Move OpenSimDefaults,ini into config-include in order to put it with all the other default files
parent
fc48eb7b54
commit
c3259e9c26
|
@ -83,7 +83,7 @@ namespace OpenSim
|
|||
List<string> sources = new List<string>();
|
||||
|
||||
string masterFileName =
|
||||
startupConfig.GetString("inimaster", "OpenSimDefaults.ini");
|
||||
startupConfig.GetString("inimaster", "config-include/OpenSimDefaults.ini");
|
||||
|
||||
if (masterFileName == "none")
|
||||
masterFileName = String.Empty;
|
||||
|
|
Loading…
Reference in New Issue