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 17:06:25 +0000
commit85aa1804dfc9edbf41f16c312d06746eecd59bc9 (patch)
treea6f383aa0341a8a204012413540ae287fd14ca0c /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
parentAdd admin_refresh_search command to RemoteAdmin (diff)
downloadopensim-SC-85aa1804dfc9edbf41f16c312d06746eecd59bc9.zip
opensim-SC-85aa1804dfc9edbf41f16c312d06746eecd59bc9.tar.gz
opensim-SC-85aa1804dfc9edbf41f16c312d06746eecd59bc9.tar.bz2
opensim-SC-85aa1804dfc9edbf41f16c312d06746eecd59bc9.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 0a865ab..3ae9daf 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -1607,7 +1607,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
1607 1607
1608 if (localIDs.Count == 1 && m_scene.GetScenePresence(localIDs[0]) != null) 1608 if (localIDs.Count == 1 && m_scene.GetScenePresence(localIDs[0]) != null)
1609 { 1609 {
1610 OutPacket(kill, ThrottleOutPacketType.State); 1610 OutPacket(kill, ThrottleOutPacketType.Task);
1611 } 1611 }
1612 else 1612 else
1613 { 1613 {