aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
diff options
context:
space:
mode:
authorUbitUmarov2012-08-31 22:30:33 +0100
committerUbitUmarov2012-08-31 22:30:33 +0100
commit39f5fd0f58dc2fd2fc25308a203988ff55afe56d (patch)
treeca47e9215db0710652068cedf0954f3dd78ba061 /OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
parentmove keyframemotion.copy from sop.copy to sog.copy, where there is (diff)
parentMerge branch 'ubitwork' into avination (diff)
downloadopensim-SC_OLD-39f5fd0f58dc2fd2fc25308a203988ff55afe56d.zip
opensim-SC_OLD-39f5fd0f58dc2fd2fc25308a203988ff55afe56d.tar.gz
opensim-SC_OLD-39f5fd0f58dc2fd2fc25308a203988ff55afe56d.tar.bz2
opensim-SC_OLD-39f5fd0f58dc2fd2fc25308a203988ff55afe56d.tar.xz
Merge branch 'avination' into ubitwork
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
index 75a47d5..d6513c5 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
@@ -927,6 +927,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
927 packetInbox.EnqueueHigh(new IncomingPacket((LLClientView)client, packet)); 927 packetInbox.EnqueueHigh(new IncomingPacket((LLClientView)client, packet));
928 else 928 else
929 packetInbox.EnqueueLow(new IncomingPacket((LLClientView)client, packet)); 929 packetInbox.EnqueueLow(new IncomingPacket((LLClientView)client, packet));
930// packetInbox.Enqueue(new IncomingPacket((LLClientView)client, packet));
930 } 931 }
931 932
932 #region BinaryStats 933 #region BinaryStats