diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index c816e41238..ead7f238ff 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs @@ -1583,7 +1583,8 @@ namespace OpenSim.Region.Environment.Scenes { group.ClearPartAttachmentData(); } - group.ApplyPhysics(m_physicalPrim); + // Ghost prim if this is enabled! + //group.ApplyPhysics(m_physicalPrim); } group.StartScripts();