mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
update some ini defaults in code - all defaults from beginning of OpenSim.ini.example thru DefaultScriptEngine = "XEngine"
This commit is contained in:
@@ -68,8 +68,8 @@ namespace OpenSim
|
||||
|
||||
if (startupConfig != null)
|
||||
{
|
||||
m_startupCommandsFile = startupConfig.GetString("startup_console_commands_file", String.Empty);
|
||||
m_shutdownCommandsFile = startupConfig.GetString("shutdown_console_commands_file", String.Empty);
|
||||
m_startupCommandsFile = startupConfig.GetString("startup_console_commands_file", "startup_commands.txt");
|
||||
m_shutdownCommandsFile = startupConfig.GetString("shutdown_console_commands_file", "shutdown_commands.txt");
|
||||
|
||||
m_gui = startupConfig.GetBoolean("gui", false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user