Move OpenSimDefaults,ini into config-include in order to put it with all the other default files

viewer-2-initial-appearance
Justin Clark-Casey (justincc) 2010-09-14 01:38:53 +01:00
parent fc48eb7b54
commit c3259e9c26
2 changed files with 1 additions and 1 deletions

View File

@ -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;