Stop sending a DisableSimulator packet in LLClientView.Close(), which is a duplicate for child agents and unnecessary for root agents.

Close() already calls Scene.RemoveClient() which sends the right eq or udp DisableSimulator message to child agents.
0.7.3-extended
Justin Clark-Casey (justincc) 2012-06-08 04:32:51 +01:00
parent 27a7ba3e6a
commit 8889309324
1 changed files with 0 additions and 4 deletions

View File

@ -498,10 +498,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
"[CLIENT]: Close has been called for {0} attached to scene {1}",
Name, m_scene.RegionInfo.RegionName);
// Send the STOP packet
DisableSimulatorPacket disable = (DisableSimulatorPacket)PacketPool.Instance.GetPacket(PacketType.DisableSimulator);
OutPacket(disable, ThrottleOutPacketType.Unknown);
IsActive = false;
// Shutdown the image manager