aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-03 14:18:17 +0000
committerJustin Clarke Casey2008-10-03 14:18:17 +0000
commit8c55f3eaa671f22012a567138b6ee55b4c3e4941 (patch)
treed4c4ebb5b13a235b5609ef035bd7ac3870e44c7c /OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs
parentPrevent attachments to be persisted in the destination region when the (diff)
downloadopensim-SC_OLD-8c55f3eaa671f22012a567138b6ee55b4c3e4941.zip
opensim-SC_OLD-8c55f3eaa671f22012a567138b6ee55b4c3e4941.tar.gz
opensim-SC_OLD-8c55f3eaa671f22012a567138b6ee55b4c3e4941.tar.bz2
opensim-SC_OLD-8c55f3eaa671f22012a567138b6ee55b4c3e4941.tar.xz
* minor: remove warnings (the code cleaners strike again)
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs b/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs
index a1118cb..78a916d 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs
@@ -762,7 +762,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
762 { 762 {
763 Packet packet = item.Packet; 763 Packet packet = item.Packet;
764 764
765
766 // Assign sequence number here to prevent out of order packets 765 // Assign sequence number here to prevent out of order packets
767 if (packet.Header.Sequence == 0) 766 if (packet.Header.Sequence == 0)
768 { 767 {