mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Marking ImprovedTerseObjectUpdate packets for avatars as unthrottled to test
This commit is contained in:
@@ -3335,7 +3335,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
terse.ObjectData[i] = m_avatarTerseUpdates.Dequeue();
|
||||
}
|
||||
|
||||
OutPacket(terse, ThrottleOutPacketType.Task);
|
||||
OutPacket(terse, ThrottleOutPacketType.Unknown); // HACK: Unthrottled for testing
|
||||
}
|
||||
|
||||
public void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations)
|
||||
|
||||
Reference in New Issue
Block a user