mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Merge branch 'master' into careminster-presence-refactor
This commit is contained in:
@@ -394,7 +394,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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user