diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs index 827413690a..c2c0178f44 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs @@ -3345,7 +3345,6 @@ namespace OpenSim.Region.Framework.Scenes m_parts.Add(linkPart.UUID, linkPart); linkPart.SetParent(this); - m_scene.updateScenePartGroup(linkPart, this); linkPart.CreateSelected = true; @@ -3727,8 +3726,6 @@ namespace OpenSim.Region.Framework.Scenes part.LinkNum = linkNum; - m_scene.updateScenePartGroup(part, this); - // Compute the new position of this SOP relative to the group position part.setOffsetPosition(newPos - AbsolutePosition);