aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.World
diff options
context:
space:
mode:
authorMW2007-05-30 21:20:37 +0000
committerMW2007-05-30 21:20:37 +0000
commit5bf776e2df3b65e5db1b15b2d8ad2483a66c0eac (patch)
treec0ae77612a437e64607de9c4803bbb4c4c5b14cb /OpenSim/OpenSim.World
parentAttempt to enable chat, but seems to be a problem with the distances (diff)
downloadopensim-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/OpenSim.World')
-rw-r--r--OpenSim/OpenSim.World/World.PacketHandlers.cs2
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 {