mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Minor packet ordering fix
This commit is contained in:
@@ -578,7 +578,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
SyncBeginPrioritySend(buffer, 2); // highest priority
|
||||
}
|
||||
else if (outgoingPacket.Type == PacketType.ObjectUpdate
|
||||
|| outgoingPacket.Type == PacketType.ChatFromSimulator
|
||||
|| outgoingPacket.Type == PacketType.LayerData)
|
||||
{
|
||||
SyncBeginPrioritySend(buffer, 1); // medium priority
|
||||
|
||||
Reference in New Issue
Block a user