Make the inimaster option default to OpenSimDefaults.ini.

This commit is contained in:
Melanie
2010-09-13 23:12:48 +01:00
parent 18a9ac6b39
commit 8febba7717

View File

@@ -83,7 +83,7 @@ namespace OpenSim
List<string> sources = new List<string>();
string masterFileName =
startupConfig.GetString("inimaster", String.Empty);
startupConfig.GetString("inimaster", "OpenSimDefaults.ini");
if (IsUri(masterFileName))
{