diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index d6d1a95..97caf52 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -3335,7 +3335,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3335 | terse.ObjectData[i] = m_avatarTerseUpdates.Dequeue(); | 3335 | terse.ObjectData[i] = m_avatarTerseUpdates.Dequeue(); |
3336 | } | 3336 | } |
3337 | 3337 | ||
3338 | OutPacket(terse, ThrottleOutPacketType.Task); | 3338 | OutPacket(terse, ThrottleOutPacketType.Unknown); // HACK: Unthrottled for testing |
3339 | } | 3339 | } |
3340 | 3340 | ||
3341 | public void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations) | 3341 | public void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations) |