*test* send kills and hack

avinationmerge
UbitUmarov 2014-08-25 13:58:50 +01:00
parent 094d8686e5
commit 385fcbb75e
1 changed files with 3 additions and 0 deletions

View File

@ -5983,7 +5983,10 @@ namespace OpenSim.Region.Framework.Scenes
{ {
List<uint> ids = new List<uint>(m_attachments.Count + 1); List<uint> ids = new List<uint>(m_attachments.Count + 1);
foreach (SceneObjectGroup sog in m_attachments) foreach (SceneObjectGroup sog in m_attachments)
{
p.ControllingClient.SendPartFullUpdate(sog.RootPart, LocalId + 1);
ids.Add(sog.RootPart.LocalId); ids.Add(sog.RootPart.LocalId);
}
ids.Add(LocalId); ids.Add(LocalId);
p.ControllingClient.SendKillObject(ids); p.ControllingClient.SendKillObject(ids);