diff options
author | Justin Clark-Casey (justincc) | 2011-04-08 00:42:35 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-04-08 00:42:35 +0100 |
commit | d31175060f8133c42c84da5b8e701ff1fb16eed8 (patch) | |
tree | 1ac9e1b40c58149f946d45c7a189c98c9001456f /OpenSim/Region/Application | |
parent | Remove old SQLite library (diff) | |
download | opensim-SC_OLD-d31175060f8133c42c84da5b8e701ff1fb16eed8.zip opensim-SC_OLD-d31175060f8133c42c84da5b8e701ff1fb16eed8.tar.gz opensim-SC_OLD-d31175060f8133c42c84da5b8e701ff1fb16eed8.tar.bz2 opensim-SC_OLD-d31175060f8133c42c84da5b8e701ff1fb16eed8.tar.xz |
trivial whitespace removal to trigger a panda rebuild
Diffstat (limited to 'OpenSim/Region/Application')
-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) |