diff options
Diffstat (limited to 'OpenSim/Region/Application/ConfigurationLoader.cs')
-rw-r--r-- | OpenSim/Region/Application/ConfigurationLoader.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/ConfigurationLoader.cs b/OpenSim/Region/Application/ConfigurationLoader.cs index bc7ecb7..010ae5a 100644 --- a/OpenSim/Region/Application/ConfigurationLoader.cs +++ b/OpenSim/Region/Application/ConfigurationLoader.cs | |||
@@ -203,10 +203,10 @@ namespace OpenSim | |||
203 | m_config.Source.Merge(envConfigSource); | 203 | m_config.Source.Merge(envConfigSource); |
204 | } | 204 | } |
205 | 205 | ||
206 | ReadConfigSettings(); | ||
207 | |||
208 | m_config.Source.ExpandKeyValues(); | 206 | m_config.Source.ExpandKeyValues(); |
209 | 207 | ||
208 | ReadConfigSettings(); | ||
209 | |||
210 | return m_config; | 210 | return m_config; |
211 | } | 211 | } |
212 | 212 | ||