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 2a74e79..ec25118 100644
--- a/OpenSim/Framework/RegionInfo.cs
+++ b/OpenSim/Framework/RegionInfo.cs
@@ -394,7 +394,7 @@ namespace OpenSim.Framework
394 if (!File.Exists(filename)) // New region config request 394 if (!File.Exists(filename)) // New region config request
395 { 395 {
396 IniConfigSource newFile = new IniConfigSource(); 396 IniConfigSource newFile = new IniConfigSource();
397 ReadNiniConfig(newFile, String.Empty); 397 ReadNiniConfig(newFile, configName);
398 398
399 newFile.Save(filename); 399 newFile.Save(filename);
400 400