Bail out in AttachToBackup if the group is an attachment

avinationmerge
Tom Grimshaw 2010-07-13 15:32:35 -07:00
parent 7270cd0ade
commit c5891c14c7
1 changed files with 1 additions and 0 deletions

View File

@ -679,6 +679,7 @@ namespace OpenSim.Region.Framework.Scenes
/// </summary>
public virtual void AttachToBackup()
{
if (IsAttachment) return;
m_scene.SceneGraph.FireAttachToBackup(this);
if (InSceneBackup)