mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Move OpenSimDefaults,ini into config-include in order to put it with all the other default files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user