Send kill packets for avatars, too

viewer-2-initial-appearance
Melanie 2010-09-17 03:56:31 +01:00
parent 7762301cea
commit 256c8cb62d
1 changed files with 4 additions and 0 deletions

View File

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