diff options
author | Melanie | 2009-09-01 02:02:52 +0100 |
---|---|---|
committer | Melanie | 2009-09-01 02:02:52 +0100 |
commit | 29df190a3fce43656623e66967246f5b49a5bd44 (patch) | |
tree | ba4092cfe34b5662e73d2f69c1e39d49201bd0b9 | |
parent | Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-29df190a3fce43656623e66967246f5b49a5bd44.zip opensim-SC_OLD-29df190a3fce43656623e66967246f5b49a5bd44.tar.gz opensim-SC_OLD-29df190a3fce43656623e66967246f5b49a5bd44.tar.bz2 opensim-SC_OLD-29df190a3fce43656623e66967246f5b49a5bd44.tar.xz |
Baad git, baad baad git.
Diffstat (limited to '')
-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); |