aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
diff options
context:
space:
mode:
authorMelanie2013-01-16 16:45:18 +0000
committerMelanie2013-01-16 16:45:18 +0000
commit5563a8916ed5c78f91dccb668453f5782ab19532 (patch)
tree970676aecdd418a99dbb2baf9a077a0774d63ab8 /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
parentPrint full stacktrace from plugin loading failure to help determine what went... (diff)
downloadopensim-SC_OLD-5563a8916ed5c78f91dccb668453f5782ab19532.zip
opensim-SC_OLD-5563a8916ed5c78f91dccb668453f5782ab19532.tar.gz
opensim-SC_OLD-5563a8916ed5c78f91dccb668453f5782ab19532.tar.bz2
opensim-SC_OLD-5563a8916ed5c78f91dccb668453f5782ab19532.tar.xz
Complete removal of the now unused state queue
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index a8517e6..77acacf 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -1588,7 +1588,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
1588 1588
1589 if (localIDs.Count == 1 && m_scene.GetScenePresence(localIDs[0]) != null) 1589 if (localIDs.Count == 1 && m_scene.GetScenePresence(localIDs[0]) != null)
1590 { 1590 {
1591 OutPacket(kill, ThrottleOutPacketType.State); 1591 OutPacket(kill, ThrottleOutPacketType.Task);
1592 } 1592 }
1593 else 1593 else
1594 { 1594 {