aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/MXP/PacketHandler/MXPPacketServer.cs
diff options
context:
space:
mode:
authorKitto Flora2010-02-08 14:29:06 -0500
committerKitto Flora2010-02-08 14:29:06 -0500
commit59851ceee6a52e8ad3a1da973dd07257422a16fc (patch)
tree42be9abb3090014bba1cbb0ddb4d1f617c0cc358 /OpenSim/Client/MXP/PacketHandler/MXPPacketServer.cs
parentMotor angular decay fix. (diff)
parentFix two inconsistencies with LightShare (diff)
downloadopensim-SC_OLD-59851ceee6a52e8ad3a1da973dd07257422a16fc.zip
opensim-SC_OLD-59851ceee6a52e8ad3a1da973dd07257422a16fc.tar.gz
opensim-SC_OLD-59851ceee6a52e8ad3a1da973dd07257422a16fc.tar.bz2
opensim-SC_OLD-59851ceee6a52e8ad3a1da973dd07257422a16fc.tar.xz
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster
Diffstat (limited to 'OpenSim/Client/MXP/PacketHandler/MXPPacketServer.cs')
-rw-r--r--OpenSim/Client/MXP/PacketHandler/MXPPacketServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/MXP/PacketHandler/MXPPacketServer.cs b/OpenSim/Client/MXP/PacketHandler/MXPPacketServer.cs
index 7d71f18..daf1fb0 100644
--- a/OpenSim/Client/MXP/PacketHandler/MXPPacketServer.cs
+++ b/OpenSim/Client/MXP/PacketHandler/MXPPacketServer.cs
@@ -55,7 +55,7 @@ namespace OpenSim.Client.MXP.PacketHandler
55 private readonly Dictionary<UUID, Scene> m_scenes; 55 private readonly Dictionary<UUID, Scene> m_scenes;
56 private readonly Transmitter m_transmitter; 56 private readonly Transmitter m_transmitter;
57 57
58 private readonly Thread m_clientThread; 58// private readonly Thread m_clientThread;
59 59
60 private readonly IList<Session> m_sessions = new List<Session>(); 60 private readonly IList<Session> m_sessions = new List<Session>();
61 private readonly IList<Session> m_sessionsToClient = new List<Session>(); 61 private readonly IList<Session> m_sessionsToClient = new List<Session>();