diff options
author | Dahlia Trimble | 2009-03-11 09:31:02 +0000 |
---|---|---|
committer | Dahlia Trimble | 2009-03-11 09:31:02 +0000 |
commit | 669aa46bff3bf0ced71658b8782635ac4aef73e9 (patch) | |
tree | 246adeff8c4ba2f6afdd063286f788578e0fe611 /OpenSim/Region/Application/OpenSim.cs | |
parent | From: Alan M Webb <alan_webb@us.ibm.com> (diff) | |
download | opensim-SC_OLD-669aa46bff3bf0ced71658b8782635ac4aef73e9.zip opensim-SC_OLD-669aa46bff3bf0ced71658b8782635ac4aef73e9.tar.gz opensim-SC_OLD-669aa46bff3bf0ced71658b8782635ac4aef73e9.tar.bz2 opensim-SC_OLD-669aa46bff3bf0ced71658b8782635ac4aef73e9.tar.xz |
update some ini defaults in code - all defaults from beginning of OpenSim.ini.example thru DefaultScriptEngine = "XEngine"
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 69dfac5..d8a9b4c 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -68,8 +68,8 @@ namespace OpenSim | |||
68 | 68 | ||
69 | if (startupConfig != null) | 69 | if (startupConfig != null) |
70 | { | 70 | { |
71 | m_startupCommandsFile = startupConfig.GetString("startup_console_commands_file", String.Empty); | 71 | m_startupCommandsFile = startupConfig.GetString("startup_console_commands_file", "startup_commands.txt"); |
72 | m_shutdownCommandsFile = startupConfig.GetString("shutdown_console_commands_file", String.Empty); | 72 | m_shutdownCommandsFile = startupConfig.GetString("shutdown_console_commands_file", "shutdown_commands.txt"); |
73 | 73 | ||
74 | m_gui = startupConfig.GetBoolean("gui", false); | 74 | m_gui = startupConfig.GetBoolean("gui", false); |
75 | 75 | ||