Allow disabling the legacy backup mechanism to avoid the object clone if

backup is not used.
This commit is contained in:
Melanie
2011-05-24 03:37:25 +02:00
parent 61d4291da5
commit 28c25d8477
2 changed files with 10 additions and 1 deletions

View File

@@ -1335,7 +1335,7 @@ namespace OpenSim.Region.Framework.Scenes
}
}
if (HasGroupChanged)
if (m_scene.UseBackup && HasGroupChanged)
{
// don't backup while it's selected or you're asking for changes mid stream.
if (isTimeToPersist() || forcedBackup)