aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSim.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r--OpenSim/Region/Application/OpenSim.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs
index 9f8add2..3a4276f 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -404,11 +404,11 @@ namespace OpenSim
404 // Allow absolute and relative specifiers 404 // Allow absolute and relative specifiers
405 if (cmd[3].StartsWith("/") || cmd[3].StartsWith("\\") || cmd[3].StartsWith("..") || cmd[3].EndsWith(".xml")) 405 if (cmd[3].StartsWith("/") || cmd[3].StartsWith("\\") || cmd[3].StartsWith("..") || cmd[3].EndsWith(".xml"))
406 regionFile = cmd[3]; 406 regionFile = cmd[3];
407 else 407 else
408 { 408 {
409 m_console.Error("Usage: create region <region name> <region_file.xml>"); 409 m_console.Error("Usage: create region <region name> <region_file.xml>");
410 } 410 }
411 411
412 412
413 CreateRegion(new RegionInfo(cmd[2], regionFile, false, ConfigSource.Source), true); 413 CreateRegion(new RegionInfo(cmd[2], regionFile, false, ConfigSource.Source), true);
414 } 414 }