diff options
author | Melanie | 2010-09-17 03:56:31 +0100 |
---|---|---|
committer | Melanie | 2010-09-17 03:56:31 +0100 |
commit | 256c8cb62d2ae7ad8cb6d31aa87fcfef0a985dc9 (patch) | |
tree | 83f53322c0c95ad93d26fecd139fcdeea962c0fd | |
parent | Revert "* Changed 11 calls for session info to the more optimized API method" (diff) | |
download | opensim-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
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 4 |
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> |