Add persistent command history in console

Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
This commit is contained in:
Jak Daniels
2014-09-22 16:54:12 +01:00
committed by BlueWall
parent 1e22091193
commit bde60cc92e
7 changed files with 101 additions and 4 deletions

View File

@@ -158,7 +158,7 @@ namespace OpenSim.Server.Base
}
else
{
MainConsole.Instance = new LocalConsole(prompt);
MainConsole.Instance = new LocalConsole(prompt, startupConfig);
}
m_console = MainConsole.Instance;