mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
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.
This commit is contained in:
@@ -494,10 +494,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
|
||||
|
||||
Reference in New Issue
Block a user