diff options
Diffstat (limited to 'OpenSim')
-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 dca1346..2b1bd97 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -1541,6 +1541,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
1541 | OutPacket(kill, ThrottleOutPacketType.Task); | 1541 | OutPacket(kill, ThrottleOutPacketType.Task); |
1542 | } | 1542 | } |
1543 | } | 1543 | } |
1544 | else | ||
1545 | { | ||
1546 | OutPacket(kill, ThrottleOutPacketType.State); | ||
1547 | } | ||
1544 | } | 1548 | } |
1545 | 1549 | ||
1546 | /// <summary> | 1550 | /// <summary> |