mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Add persistent command history in console
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
This commit is contained in:
@@ -158,7 +158,7 @@ namespace OpenSim.Server.Base
|
||||
}
|
||||
else
|
||||
{
|
||||
MainConsole.Instance = new LocalConsole(prompt);
|
||||
MainConsole.Instance = new LocalConsole(prompt, startupConfig);
|
||||
}
|
||||
|
||||
m_console = MainConsole.Instance;
|
||||
|
||||
Reference in New Issue
Block a user