mirror of
https://github.com/opensim/opensim.git
synced 2026-06-30 02:57:02 +08:00
Send kill packets for avatars, too
This commit is contained in:
@@ -1531,6 +1531,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
OutPacket(kill, ThrottleOutPacketType.Task);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
OutPacket(kill, ThrottleOutPacketType.State);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user