Small update to make the command line work again
parent
e5f3337c3f
commit
8f8e20b39d
|
@ -160,6 +160,10 @@ namespace OpenSim
|
|||
Environment.Exit(1);
|
||||
}
|
||||
|
||||
// Make sure command line options take precedence
|
||||
//
|
||||
m_config.Source.Merge(argvSource);
|
||||
|
||||
ReadConfigSettings();
|
||||
|
||||
return m_config;
|
||||
|
|
Loading…
Reference in New Issue