From 29df190a3fce43656623e66967246f5b49a5bd44 Mon Sep 17 00:00:00 2001 From: Melanie Date: Tue, 1 Sep 2009 02:02:52 +0100 Subject: Baad git, baad baad git. --- OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim') diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs index b4887c2..f638386 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs @@ -2017,7 +2017,7 @@ namespace OpenSim.Region.Framework.Scenes if (attachment) { group.RootPart.ObjectFlags |= (uint)PrimFlags.Phantom; - group.IsAttachment = true; + group.RootPart.IsAttachment = true; } AddNewSceneObject(group, true); -- cgit v1.1