diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Application/ConfigurationLoader.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/ConfigurationLoader.cs b/OpenSim/Region/Application/ConfigurationLoader.cs index 06ce145..b19e549 100644 --- a/OpenSim/Region/Application/ConfigurationLoader.cs +++ b/OpenSim/Region/Application/ConfigurationLoader.cs | |||
@@ -213,6 +213,8 @@ namespace OpenSim | |||
213 | // Make sure command line options take precedence | 213 | // Make sure command line options take precedence |
214 | m_config.Source.Merge(argvSource); | 214 | m_config.Source.Merge(argvSource); |
215 | 215 | ||
216 | m_config.Source.ReplaceKeyValues(); | ||
217 | |||
216 | ReadConfigSettings(); | 218 | ReadConfigSettings(); |
217 | 219 | ||
218 | return m_config; | 220 | return m_config; |