mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user