As its my last commit for the day, it just looks better to leave it on a even revision number
parent
0274b19cad
commit
5bf776e2df
|
@ -33,7 +33,7 @@ namespace OpenSim.world
|
||||||
|
|
||||||
public void SimChat(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID)
|
public void SimChat(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID)
|
||||||
{
|
{
|
||||||
Console.WriteLine("chat message");
|
Console.WriteLine("Chat message");
|
||||||
Avatar avatar = null;
|
Avatar avatar = null;
|
||||||
foreach (IClientAPI client in m_clientThreads.Values)
|
foreach (IClientAPI client in m_clientThreads.Values)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue