*test* send kills and hack
parent
094d8686e5
commit
385fcbb75e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue