* Remove more UpdateParentIDs() calls that are now duplicates

This commit is contained in:
Justin Clarke Casey
2008-11-07 19:17:24 +00:00
parent e08c4376f7
commit e34eaec553
3 changed files with 2 additions and 9 deletions
@@ -104,8 +104,6 @@ namespace OpenSim.Region.Examples.SimpleModule
new Quaternion(0, -0.5f, -0.05f)));
RootPart.Flags |= PrimFlags.Touch;
UpdateParentIDs();
}
public override void OnGrabPart(SceneObjectPart part, Vector3 offsetPos, IClientAPI remoteClient)