mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Merge branch 'master' into careminster
This commit is contained in:
@@ -158,8 +158,10 @@ namespace OpenSim.Region.CoreModules.World.Archiver
|
||||
else
|
||||
path = DEFAULT_OAR_BACKUP_FILENAME;
|
||||
|
||||
if (!ConsoleUtil.CheckFileDoesNotExist(MainConsole.Instance, path))
|
||||
return;
|
||||
// Not doing this right now as this causes some problems with auto-backup systems. Maybe a force flag is
|
||||
// needed
|
||||
// if (!ConsoleUtil.CheckFileDoesNotExist(MainConsole.Instance, path))
|
||||
// return;
|
||||
|
||||
ArchiveRegion(path, options);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user