aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RegionInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/RegionInfo.cs2
1 files changed, 1 insertions, 1 deletions
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
393 if (!File.Exists(filename)) // New region config request 393 if (!File.Exists(filename)) // New region config request
394 { 394 {
395 IniConfigSource newFile = new IniConfigSource(); 395 IniConfigSource newFile = new IniConfigSource();
396 ReadNiniConfig(newFile, String.Empty); 396 ReadNiniConfig(newFile, configName);
397 397
398 newFile.Save(filename); 398 newFile.Save(filename);
399 399