mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
As its my last commit for the day, it just looks better to leave it on a even revision number
This commit is contained in:
@@ -33,7 +33,7 @@ namespace OpenSim.world
|
||||
|
||||
public void SimChat(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID)
|
||||
{
|
||||
Console.WriteLine("chat message");
|
||||
Console.WriteLine("Chat message");
|
||||
Avatar avatar = null;
|
||||
foreach (IClientAPI client in m_clientThreads.Values)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user