mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Make the inimaster option default to OpenSimDefaults.ini.
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user