Revert "Move OpenSimDefaults,ini into config-include in order to put it with all the other default files"
This reverts commit c3259e9c26
.
Reverted by agreement.
viewer-2-initial-appearance
parent
95702129c7
commit
5d48e3c0bb
|
@ -83,7 +83,7 @@ namespace OpenSim
|
||||||
List<string> sources = new List<string>();
|
List<string> sources = new List<string>();
|
||||||
|
|
||||||
string masterFileName =
|
string masterFileName =
|
||||||
startupConfig.GetString("inimaster", "config-include/OpenSimDefaults.ini");
|
startupConfig.GetString("inimaster", "OpenSimDefaults.ini");
|
||||||
|
|
||||||
if (masterFileName == "none")
|
if (masterFileName == "none")
|
||||||
masterFileName = String.Empty;
|
masterFileName = String.Empty;
|
||||||
|
|
Loading…
Reference in New Issue