diff options
author | Jak Daniels | 2014-09-22 16:54:12 +0100 |
---|---|---|
committer | BlueWall | 2014-09-23 10:36:00 -0400 |
commit | bde60cc92e0966177a1aeb03dce3183a92b7a38c (patch) | |
tree | de52febcc9eeac28c8637a140abc862243c39510 /OpenSim/Server/Base | |
parent | Modifications to previous IAR commits to bring them more inline with existing... (diff) | |
download | opensim-SC_OLD-bde60cc92e0966177a1aeb03dce3183a92b7a38c.zip opensim-SC_OLD-bde60cc92e0966177a1aeb03dce3183a92b7a38c.tar.gz opensim-SC_OLD-bde60cc92e0966177a1aeb03dce3183a92b7a38c.tar.bz2 opensim-SC_OLD-bde60cc92e0966177a1aeb03dce3183a92b7a38c.tar.xz |
Add persistent command history in console
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
Diffstat (limited to 'OpenSim/Server/Base')
-rw-r--r-- | OpenSim/Server/Base/ServicesServerBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Base/ServicesServerBase.cs b/OpenSim/Server/Base/ServicesServerBase.cs index 8352ee2..86a2551 100644 --- a/OpenSim/Server/Base/ServicesServerBase.cs +++ b/OpenSim/Server/Base/ServicesServerBase.cs | |||
@@ -158,7 +158,7 @@ namespace OpenSim.Server.Base | |||
158 | } | 158 | } |
159 | else | 159 | else |
160 | { | 160 | { |
161 | MainConsole.Instance = new LocalConsole(prompt); | 161 | MainConsole.Instance = new LocalConsole(prompt, startupConfig); |
162 | } | 162 | } |
163 | 163 | ||
164 | m_console = MainConsole.Instance; | 164 | m_console = MainConsole.Instance; |