diff options
author | MW | 2007-05-30 21:20:37 +0000 |
---|---|---|
committer | MW | 2007-05-30 21:20:37 +0000 |
commit | 5bf776e2df3b65e5db1b15b2d8ad2483a66c0eac (patch) | |
tree | c0ae77612a437e64607de9c4803bbb4c4c5b14cb /OpenSim | |
parent | Attempt to enable chat, but seems to be a problem with the distances (diff) | |
download | opensim-SC_OLD-5bf776e2df3b65e5db1b15b2d8ad2483a66c0eac.zip opensim-SC_OLD-5bf776e2df3b65e5db1b15b2d8ad2483a66c0eac.tar.gz opensim-SC_OLD-5bf776e2df3b65e5db1b15b2d8ad2483a66c0eac.tar.bz2 opensim-SC_OLD-5bf776e2df3b65e5db1b15b2d8ad2483a66c0eac.tar.xz |
As its my last commit for the day, it just looks better to leave it on a even revision number
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/OpenSim.World/World.PacketHandlers.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.World/World.PacketHandlers.cs b/OpenSim/OpenSim.World/World.PacketHandlers.cs index 9908525..9bd09f0 100644 --- a/OpenSim/OpenSim.World/World.PacketHandlers.cs +++ b/OpenSim/OpenSim.World/World.PacketHandlers.cs | |||
@@ -33,7 +33,7 @@ namespace OpenSim.world | |||
33 | 33 | ||
34 | public void SimChat(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID) | 34 | public void SimChat(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID) |
35 | { | 35 | { |
36 | Console.WriteLine("chat message"); | 36 | Console.WriteLine("Chat message"); |
37 | Avatar avatar = null; | 37 | Avatar avatar = null; |
38 | foreach (IClientAPI client in m_clientThreads.Values) | 38 | foreach (IClientAPI client in m_clientThreads.Values) |
39 | { | 39 | { |