Small update to make the command line work again

This commit is contained in:
Melanie Thielker
2009-05-21 23:07:26 +00:00
parent e5f3337c3f
commit 8f8e20b39d

View File

@@ -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;