aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP
diff options
context:
space:
mode:
authorMelanie2010-09-17 03:56:31 +0100
committerMelanie2010-09-17 03:56:31 +0100
commit256c8cb62d2ae7ad8cb6d31aa87fcfef0a985dc9 (patch)
tree83f53322c0c95ad93d26fecd139fcdeea962c0fd /OpenSim/Region/ClientStack/LindenUDP
parentRevert "* Changed 11 calls for session info to the more optimized API method" (diff)
downloadopensim-SC_OLD-256c8cb62d2ae7ad8cb6d31aa87fcfef0a985dc9.zip
opensim-SC_OLD-256c8cb62d2ae7ad8cb6d31aa87fcfef0a985dc9.tar.gz
opensim-SC_OLD-256c8cb62d2ae7ad8cb6d31aa87fcfef0a985dc9.tar.bz2
opensim-SC_OLD-256c8cb62d2ae7ad8cb6d31aa87fcfef0a985dc9.tar.xz
Send kill packets for avatars, too
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index cede050..48d5a12 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -1531,6 +1531,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
1531 OutPacket(kill, ThrottleOutPacketType.Task); 1531 OutPacket(kill, ThrottleOutPacketType.Task);
1532 } 1532 }
1533 } 1533 }
1534 else
1535 {
1536 OutPacket(kill, ThrottleOutPacketType.State);
1537 }
1534 } 1538 }
1535 1539
1536 /// <summary> 1540 /// <summary>