As its my last commit for the day, it just looks better to leave it on a even revision number

merge
MW 2007-05-30 21:20:37 +00:00
parent 0274b19cad
commit 5bf776e2df
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{