Update svn properties, add copyright headers, minor formatting cleanup.

This commit is contained in:
Jeff Ames
2009-02-22 01:18:49 +00:00
parent 52b2d8732a
commit 551bebdc84
8 changed files with 1685 additions and 1631 deletions

View File

@@ -404,11 +404,11 @@ namespace OpenSim
// Allow absolute and relative specifiers
if (cmd[3].StartsWith("/") || cmd[3].StartsWith("\\") || cmd[3].StartsWith("..") || cmd[3].EndsWith(".xml"))
regionFile = cmd[3];
else
{
m_console.Error("Usage: create region <region name> <region_file.xml>");
}
else
{
m_console.Error("Usage: create region <region name> <region_file.xml>");
}
CreateRegion(new RegionInfo(cmd[2], regionFile, false, ConfigSource.Source), true);
}