diff options
author | Justin Clark-Casey (justincc) | 2011-04-08 21:07:43 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-04-08 21:07:43 +0100 |
commit | 7c888210205c135741ab986b8b613248922e00c0 (patch) | |
tree | 3121668254333b8b8c3ffeca6fa9b2b853691c10 /OpenSim/Region/Application/Application.cs | |
parent | Merge branch 'master' into 0.7.1-dev (diff) | |
parent | Update ODE for mac from source code in opensim-libs SVN library. This versio... (diff) | |
download | opensim-SC_OLD-7c888210205c135741ab986b8b613248922e00c0.zip opensim-SC_OLD-7c888210205c135741ab986b8b613248922e00c0.tar.gz opensim-SC_OLD-7c888210205c135741ab986b8b613248922e00c0.tar.bz2 opensim-SC_OLD-7c888210205c135741ab986b8b613248922e00c0.tar.xz |
Merge branch 'master' into 0.7.1-dev
Diffstat (limited to 'OpenSim/Region/Application/Application.cs')
-rw-r--r-- | OpenSim/Region/Application/Application.cs | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/OpenSim/Region/Application/Application.cs b/OpenSim/Region/Application/Application.cs index d120f03..7e320e6 100644 --- a/OpenSim/Region/Application/Application.cs +++ b/OpenSim/Region/Application/Application.cs | |||
@@ -250,9 +250,7 @@ namespace OpenSim | |||
250 | m_saveCrashDumps = configSource.Configs["Startup"].GetBoolean("save_crashes", false); | 250 | m_saveCrashDumps = configSource.Configs["Startup"].GetBoolean("save_crashes", false); |
251 | 251 | ||
252 | // load Crash directory config | 252 | // load Crash directory config |
253 | m_crashDir = configSource.Configs["Startup"].GetString("crash_dir", m_crashDir); | 253 | m_crashDir = configSource.Configs["Startup"].GetString("crash_dir", m_crashDir); |
254 | |||
255 | |||
256 | 254 | ||
257 | if (background) | 255 | if (background) |
258 | { | 256 | { |
@@ -260,15 +258,9 @@ namespace OpenSim | |||
260 | m_sim.Startup(); | 258 | m_sim.Startup(); |
261 | } | 259 | } |
262 | else | 260 | else |
263 | { | 261 | { |
264 | |||
265 | |||
266 | |||
267 | |||
268 | m_sim = new OpenSim(configSource); | 262 | m_sim = new OpenSim(configSource); |
269 | 263 | ||
270 | |||
271 | |||
272 | m_sim.Startup(); | 264 | m_sim.Startup(); |
273 | 265 | ||
274 | while (true) | 266 | while (true) |