mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
*test* send kills and hack
This commit is contained in:
@@ -5983,7 +5983,10 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
List<uint> ids = new List<uint>(m_attachments.Count + 1);
|
||||
foreach (SceneObjectGroup sog in m_attachments)
|
||||
{
|
||||
p.ControllingClient.SendPartFullUpdate(sog.RootPart, LocalId + 1);
|
||||
ids.Add(sog.RootPart.LocalId);
|
||||
}
|
||||
|
||||
ids.Add(LocalId);
|
||||
p.ControllingClient.SendKillObject(ids);
|
||||
|
||||
Reference in New Issue
Block a user