From 256c8cb62d2ae7ad8cb6d31aa87fcfef0a985dc9 Mon Sep 17 00:00:00 2001 From: Melanie Date: Fri, 17 Sep 2010 03:56:31 +0100 Subject: Send kill packets for avatars, too --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'OpenSim/Region/ClientStack/LindenUDP') 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 OutPacket(kill, ThrottleOutPacketType.Task); } } + else + { + OutPacket(kill, ThrottleOutPacketType.State); + } } /// -- cgit v1.1