Merge branch 'master-core' into mantis5110

This commit is contained in:
Jonathan Freedman
2010-11-23 22:27:54 -08:00
17 changed files with 307 additions and 99 deletions

View File

@@ -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);
}