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:
MW
2008-02-27 11:52:02 +00:00
parent 906404a14a
commit 0b7f10efed
2 changed files with 6 additions and 7 deletions

View File

@@ -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();