mirror of
https://github.com/opensim/opensim.git
synced 2026-08-03 15:36:16 +08:00
Fix: Allow use of parameters without specifying a file path with command "save oar"
This commit is contained in:
@@ -130,7 +130,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver
|
||||
|
||||
List<string> mainParams = ops.Parse(cmdparams);
|
||||
|
||||
if (cmdparams.Length > 2)
|
||||
if (mainParams.Count > 2)
|
||||
{
|
||||
ArchiveRegion(mainParams[2], options);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user