Make console backup command do a forced backup rather than non-forced

Remove no-arg backup method for simplicity as it only make sense to call non-forced backup internally
This commit is contained in:
Justin Clark-Casey (justincc)
2010-09-06 23:12:03 +01:00
parent 537fefa3f2
commit ab875b32c1
4 changed files with 3 additions and 8 deletions

View File

@@ -133,7 +133,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.RegionReady
m_firstEmptyCompileQueue = false;
m_oarFileLoading = false;
m_scene.Backup();
m_scene.Backup(false);
c.From = "RegionReady";
if (m_lastOarLoadedOk)