diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 4ea977e..4cb7a3a 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -3848,6 +3848,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3848 | terseUpdates.Value.Add(update); | 3848 | terseUpdates.Value.Add(update); |
3849 | } | 3849 | } |
3850 | } | 3850 | } |
3851 | |||
3852 | ++updatesThisCall; | ||
3851 | 3853 | ||
3852 | #endregion Block Construction | 3854 | #endregion Block Construction |
3853 | } | 3855 | } |
@@ -3914,8 +3916,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3914 | // If any of the packets created from this call go unacknowledged, all of the updates will be resent | 3916 | // If any of the packets created from this call go unacknowledged, all of the updates will be resent |
3915 | OutPacket(packet, ThrottleOutPacketType.Task, true, delegate(OutgoingPacket oPacket) { ResendPrimUpdates(terseUpdates.Value, oPacket); }); | 3917 | OutPacket(packet, ThrottleOutPacketType.Task, true, delegate(OutgoingPacket oPacket) { ResendPrimUpdates(terseUpdates.Value, oPacket); }); |
3916 | } | 3918 | } |
3917 | |||
3918 | ++updatesThisCall; | ||
3919 | } | 3919 | } |
3920 | 3920 | ||
3921 | #endregion Packet Sending | 3921 | #endregion Packet Sending |