* Don't save attachments on saving oar, which stops them coming back as ghost prims
This commit is contained in:
Justin Clarke Casey
2008-11-01 21:28:52 +00:00
parent 388c053dcb
commit b03e34dd2d
5 changed files with 14 additions and 15 deletions

View File

@@ -741,7 +741,6 @@ namespace OpenSim.Region.Environment.Scenes
{
m_scene.PhysicsScene.RemovePrim(m_rootPart.PhysActor);
m_rootPart.PhysActor = null;
}
AbsolutePosition = AttachOffset;