aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application
diff options
context:
space:
mode:
authorJak Daniels2014-09-22 16:54:12 +0100
committerBlueWall2014-09-23 10:36:00 -0400
commitbde60cc92e0966177a1aeb03dce3183a92b7a38c (patch)
treede52febcc9eeac28c8637a140abc862243c39510 /OpenSim/Region/Application
parentModifications to previous IAR commits to bring them more inline with existing... (diff)
downloadopensim-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/Region/Application')
-rw-r--r--OpenSim/Region/Application/OpenSim.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs
index e7f68c2..d5ea3ef 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -155,7 +155,7 @@ namespace OpenSim
155 ((RemoteConsole)m_console).ReadConfig(Config); 155 ((RemoteConsole)m_console).ReadConfig(Config);
156 break; 156 break;
157 default: 157 default:
158 m_console = new LocalConsole("Region"); 158 m_console = new LocalConsole("Region", Config.Configs["Startup"]);
159 break; 159 break;
160 } 160 }
161 } 161 }