mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
I have fixed the ZeroDecodeCommand bug, and restored my packet recycling code. Let me know by IRC if there are other problems
This commit is contained in:
@@ -1496,7 +1496,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
m_innerScene.removeUserCount(true);
|
||||
}
|
||||
// Tell a single agent to disconnect from the region.
|
||||
DisableSimulatorPacket disable = new DisableSimulatorPacket();
|
||||
libsecondlife.Packets.DisableSimulatorPacket disable = (libsecondlife.Packets.DisableSimulatorPacket) PacketPool.Instance.GetPacket(libsecondlife.Packets.PacketType.DisableSimulator);
|
||||
presence.ControllingClient.OutPacket(disable, ThrottleOutPacketType.Task);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user