mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
UserService.ClearAgent call is no longer made when a childagent connection is being closed.
DisableSimulatorPacket now skips the packet throttles
This commit is contained in:
@@ -345,7 +345,7 @@ namespace OpenSim.Region.ClientStack
|
||||
|
||||
// Send the STOP packet
|
||||
DisableSimulatorPacket disable = (DisableSimulatorPacket)PacketPool.Instance.GetPacket(PacketType.DisableSimulator);
|
||||
OutPacket(disable, ThrottleOutPacketType.Task);
|
||||
OutPacket(disable, ThrottleOutPacketType.Unknown);
|
||||
|
||||
m_packetQueue.Close();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user