Pick up the intended ConsolePrompt from [Startup] instead of console_prompt.

Addresses http://opensimulator.org/mantis/view.php?id=5786
remove-scene-viewer
Justin Clark-Casey (justincc) 2011-11-11 23:15:53 +00:00
parent 2a2cdaa211
commit 6ce3daff94
1 changed files with 1 additions and 1 deletions

View File

@ -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)