diff options
author | Teravus Ovares | 2007-12-17 20:24:49 +0000 |
---|---|---|
committer | Teravus Ovares | 2007-12-17 20:24:49 +0000 |
commit | adf7afb6064a0510b2b9f466889161501603041e (patch) | |
tree | a6a8b1ec4d0de45432751a84f205bbb74e578f05 /OpenSim/Region/ClientStack | |
parent | make it so prims don't relay into IRC (diff) | |
download | opensim-SC_OLD-adf7afb6064a0510b2b9f466889161501603041e.zip opensim-SC_OLD-adf7afb6064a0510b2b9f466889161501603041e.tar.gz opensim-SC_OLD-adf7afb6064a0510b2b9f466889161501603041e.tar.bz2 opensim-SC_OLD-adf7afb6064a0510b2b9f466889161501603041e.tar.xz |
* Turned all instances of ForEach loops in ClientManager into Local Arrays.
* Added Locking while the Copy is taking place.
* Added an error message to describe what's actually happening.
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs index 41e44a5..5e0ab65 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs | |||
@@ -209,8 +209,8 @@ namespace OpenSim.Region.ClientStack | |||
209 | m_scene.RemoveClient(AgentId); | 209 | m_scene.RemoveClient(AgentId); |
210 | 210 | ||
211 | // Send the STOP packet | 211 | // Send the STOP packet |
212 | libsecondlife.Packets.DisableSimulatorPacket disable = new libsecondlife.Packets.DisableSimulatorPacket(); | 212 | //libsecondlife.Packets.DisableSimulatorPacket disable = new libsecondlife.Packets.DisableSimulatorPacket(); |
213 | OutPacket(disable, ThrottleOutPacketType.Task); | 213 | //OutPacket(disable, ThrottleOutPacketType.Task); |
214 | 214 | ||
215 | // FLUSH Packets | 215 | // FLUSH Packets |
216 | m_packetQueue.Close(); | 216 | m_packetQueue.Close(); |