diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rwxr-xr-x | OpenSim/Region/Application/OpenSim.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 5cfca6c..50bad61 100755 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -199,7 +199,6 @@ namespace OpenSim | |||
199 | break; | 199 | break; |
200 | case "rest": | 200 | case "rest": |
201 | m_console = new RemoteConsole("Region"); | 201 | m_console = new RemoteConsole("Region"); |
202 | ((RemoteConsole)m_console).ReadConfig(Config); | ||
203 | break; | 202 | break; |
204 | default: | 203 | default: |
205 | m_console = new LocalConsole("Region", Config.Configs["Startup"]); | 204 | m_console = new LocalConsole("Region", Config.Configs["Startup"]); |
@@ -207,6 +206,8 @@ namespace OpenSim | |||
207 | } | 206 | } |
208 | } | 207 | } |
209 | 208 | ||
209 | m_console.ReadConfig(Config); | ||
210 | |||
210 | MainConsole.Instance = m_console; | 211 | MainConsole.Instance = m_console; |
211 | 212 | ||
212 | LogEnvironmentInformation(); | 213 | LogEnvironmentInformation(); |