diff options
a little bit more refactoring of startup
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 763aaa5..884b081 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -69,6 +69,8 @@ namespace OpenSim | |||
69 | 69 | ||
70 | protected override void ReadExtraConfigSettings() | 70 | protected override void ReadExtraConfigSettings() |
71 | { | 71 | { |
72 | base.ReadExtraConfigSettings(); | ||
73 | |||
72 | IConfig startupConfig = m_config.Source.Configs["Startup"]; | 74 | IConfig startupConfig = m_config.Source.Configs["Startup"]; |
73 | 75 | ||
74 | if (startupConfig != null) | 76 | if (startupConfig != null) |