Make the inimaster option default to OpenSimDefaults.ini.

viewer-2-initial-appearance
Melanie 2010-09-13 23:12:48 +01:00
parent 18a9ac6b39
commit 8febba7717
1 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", String.Empty);
startupConfig.GetString("inimaster", "OpenSimDefaults.ini");
if (IsUri(masterFileName))
{