diff options
author | Makopoppo | 2011-05-31 22:24:51 +0900 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-06-01 21:06:43 +0100 |
commit | 54096db30b1b0a93de6bd3913e7000b55039b71a (patch) | |
tree | a4c17bb211d6d05cdaf55d5f83c7bf968e6811d9 /OpenSim/Region/Application | |
parent | Updates to MSSQL to most recent compatibility, also included Windlight suppor... (diff) | |
download | opensim-SC_OLD-54096db30b1b0a93de6bd3913e7000b55039b71a.zip opensim-SC_OLD-54096db30b1b0a93de6bd3913e7000b55039b71a.tar.gz opensim-SC_OLD-54096db30b1b0a93de6bd3913e7000b55039b71a.tar.bz2 opensim-SC_OLD-54096db30b1b0a93de6bd3913e7000b55039b71a.tar.xz |
Fix: The command line switches 'save_crashes' and 'crash_dir' haven't actually worked
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/Application.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/Application.cs b/OpenSim/Region/Application/Application.cs index 7e320e6..63c535d 100644 --- a/OpenSim/Region/Application/Application.cs +++ b/OpenSim/Region/Application/Application.cs | |||
@@ -239,6 +239,8 @@ namespace OpenSim | |||
239 | configSource.AddSwitch("Startup", "physics"); | 239 | configSource.AddSwitch("Startup", "physics"); |
240 | configSource.AddSwitch("Startup", "gui"); | 240 | configSource.AddSwitch("Startup", "gui"); |
241 | configSource.AddSwitch("Startup", "console"); | 241 | configSource.AddSwitch("Startup", "console"); |
242 | configSource.AddSwitch("Startup", "save_crashes"); | ||
243 | configSource.AddSwitch("Startup", "crash_dir"); | ||
242 | 244 | ||
243 | configSource.AddConfig("StandAlone"); | 245 | configSource.AddConfig("StandAlone"); |
244 | configSource.AddConfig("Network"); | 246 | configSource.AddConfig("Network"); |