diff options
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
2017 | if (attachment) | 2017 | if (attachment) |
2018 | { | 2018 | { |
2019 | group.RootPart.ObjectFlags |= (uint)PrimFlags.Phantom; | 2019 | group.RootPart.ObjectFlags |= (uint)PrimFlags.Phantom; |
2020 | group.IsAttachment = true; | 2020 | group.RootPart.IsAttachment = true; |
2021 | } | 2021 | } |
2022 | 2022 | ||
2023 | AddNewSceneObject(group, true); | 2023 | AddNewSceneObject(group, true); |