diff options
author | Melanie | 2013-01-16 16:45:18 +0000 |
---|---|---|
committer | Melanie | 2013-01-16 16:45:18 +0000 |
commit | 5563a8916ed5c78f91dccb668453f5782ab19532 (patch) | |
tree | 970676aecdd418a99dbb2baf9a077a0774d63ab8 /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |
parent | Print full stacktrace from plugin loading failure to help determine what went... (diff) | |
download | opensim-SC-5563a8916ed5c78f91dccb668453f5782ab19532.zip opensim-SC-5563a8916ed5c78f91dccb668453f5782ab19532.tar.gz opensim-SC-5563a8916ed5c78f91dccb668453f5782ab19532.tar.bz2 opensim-SC-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.cs | 2 |
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 | { |