Merge branch 'master' into careminster-presence-refactor

This commit is contained in:
Melanie
2010-11-23 14:05:09 +00:00
11 changed files with 252 additions and 82 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);
}