diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs b/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs index 5ed92fe..9ffff97 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs | |||
@@ -238,6 +238,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
238 | return null; | 238 | return null; |
239 | if (item.Incoming) | 239 | if (item.Incoming) |
240 | return item; | 240 | return item; |
241 | item.TickCount = System.Environment.TickCount; | ||
241 | if (item.Sequence == 0) | 242 | if (item.Sequence == 0) |
242 | return item; | 243 | return item; |
243 | if (contents.Remove(item.Sequence)) | 244 | if (contents.Remove(item.Sequence)) |