Small update to make the command line work again

0.6.6-post-fixes
Melanie Thielker 2009-05-21 23:07:26 +00:00
parent e5f3337c3f
commit 8f8e20b39d
1 changed files with 4 additions and 0 deletions

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;