From 7aad5af49850b3938282426dd1ecf160d7053032 Mon Sep 17 00:00:00 2001 From: Marck Date: Sat, 14 Aug 2010 12:46:17 +0200 Subject: Some code cleanup for console command "create region". Make region name an optional command parameter. Avoid question for region name if it has already been specified. Extend help text. --- OpenSim/Framework/RegionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/RegionInfo.cs') diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index afc4060..ea1a594 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs @@ -393,7 +393,7 @@ namespace OpenSim.Framework if (!File.Exists(filename)) // New region config request { IniConfigSource newFile = new IniConfigSource(); - ReadNiniConfig(newFile, String.Empty); + ReadNiniConfig(newFile, configName); newFile.Save(filename); -- cgit v1.1