Make the inimaster option default to OpenSimDefaults.ini.
parent
18a9ac6b39
commit
8febba7717
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue