mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
dont send packets twice
This commit is contained in:
@@ -1079,7 +1079,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
// packet so that it isn't sent before a queued update packet.
|
||||
bool requestQueue = type == PacketType.KillObject;
|
||||
if (!outgoingPacket.Client.EnqueueOutgoing(outgoingPacket, requestQueue, highPriority))
|
||||
if (!outgoingPacket.Client.EnqueueOutgoing(outgoingPacket, requestQueue))
|
||||
{
|
||||
SendPacketFinal(outgoingPacket);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user