From 551bebdc84515d77bc3d7a564100efd0525a1949 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Sun, 22 Feb 2009 01:18:49 +0000 Subject: Update svn properties, add copyright headers, minor formatting cleanup. --- OpenSim/Region/Application/OpenSim.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'OpenSim/Region/Application/OpenSim.cs') 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 // 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 "); - } - + else + { + m_console.Error("Usage: create region "); + } + CreateRegion(new RegionInfo(cmd[2], regionFile, false, ConfigSource.Source), true); } -- cgit v1.1