diff options
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs index f85d3d9..7053c02 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | |||
@@ -679,6 +679,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
679 | /// </summary> | 679 | /// </summary> |
680 | public virtual void AttachToBackup() | 680 | public virtual void AttachToBackup() |
681 | { | 681 | { |
682 | if (IsAttachment) return; | ||
682 | m_scene.SceneGraph.FireAttachToBackup(this); | 683 | m_scene.SceneGraph.FireAttachToBackup(this); |
683 | 684 | ||
684 | if (InSceneBackup) | 685 | if (InSceneBackup) |