Marking ImprovedTerseObjectUpdate packets for avatars as unthrottled to test

0.6.8-post-fixes
John Hurliman 2009-10-28 02:30:16 -07:00
parent 2d470f8bde
commit 587c35f6b6
1 changed files with 1 additions and 1 deletions

View File

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