Send kill packets for avatars, too

This commit is contained in:
Melanie
2010-09-17 03:56:31 +01:00
parent 7762301cea
commit 256c8cb62d

View File

@@ -1531,6 +1531,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
OutPacket(kill, ThrottleOutPacketType.Task);
}
}
else
{
OutPacket(kill, ThrottleOutPacketType.State);
}
}
/// <summary>