mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Bail out in AttachToBackup if the group is an attachment
This commit is contained in:
@@ -679,6 +679,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
/// </summary>
|
||||
public virtual void AttachToBackup()
|
||||
{
|
||||
if (IsAttachment) return;
|
||||
m_scene.SceneGraph.FireAttachToBackup(this);
|
||||
|
||||
if (InSceneBackup)
|
||||
|
||||
Reference in New Issue
Block a user