Give ability to define constants that may be used throught the configuration

This commit is contained in:
BlueWall
2014-10-09 14:20:08 -04:00
parent 29a05cdeb5
commit c7a11899f6
2 changed files with 4 additions and 0 deletions

View File

@@ -213,6 +213,8 @@ namespace OpenSim
// Make sure command line options take precedence
m_config.Source.Merge(argvSource);
m_config.Source.ReplaceKeyValues();
ReadConfigSettings();
return m_config;