mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Pick up the intended ConsolePrompt from [Startup] instead of console_prompt.
Addresses http://opensimulator.org/mantis/view.php?id=5786
This commit is contained in:
@@ -121,7 +121,7 @@ namespace OpenSim
|
||||
Util.FireAndForgetMethod = asyncCallMethod;
|
||||
|
||||
stpMaxThreads = startupConfig.GetInt("MaxPoolThreads", 15);
|
||||
m_consolePrompt = startupConfig.GetString("console_prompt", @"Region (\R) ");
|
||||
m_consolePrompt = startupConfig.GetString("ConsolePrompt", @"Region (\R) ");
|
||||
}
|
||||
|
||||
if (Util.FireAndForgetMethod == FireAndForgetMethod.SmartThreadPool)
|
||||
|
||||
Reference in New Issue
Block a user