back to just kills

avinationmerge
UbitUmarov 2014-08-25 14:15:53 +01:00
parent 385fcbb75e
commit b1f14ad62f
1 changed files with 0 additions and 1 deletions

View File

@ -5984,7 +5984,6 @@ 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);
}