Marking ImprovedTerseObjectUpdate packets for avatars as unthrottled to test

This commit is contained in:
John Hurliman
2009-10-28 02:30:16 -07:00
parent 2d470f8bde
commit 587c35f6b6

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)