From 622cd3db8bf3e15b06e26602c949b24c9b861166 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Thu, 5 Jun 2008 10:44:46 +0000 Subject: * Don't create ghost prim when rezzing objects from inventory --- OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment') diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index c816e41..ead7f23 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(); -- cgit v1.1