Fix: Allow use of parameters without specifying a file path with command "save oar"
parent
ba2bf78dcf
commit
c68f03a6ff
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue