* Don't create ghost prim when rezzing objects from inventory

0.6.0-stable
Teravus Ovares 2008-06-05 10:44:46 +00:00
parent 3b9fb61bde
commit 622cd3db8b
1 changed files with 2 additions and 1 deletions

View File

@ -1583,7 +1583,8 @@ namespace OpenSim.Region.Environment.Scenes
{ {
group.ClearPartAttachmentData(); group.ClearPartAttachmentData();
} }
group.ApplyPhysics(m_physicalPrim); // Ghost prim if this is enabled!
//group.ApplyPhysics(m_physicalPrim);
} }
group.StartScripts(); group.StartScripts();