diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSimBase.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index eaf6e4f..3ea636a 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -273,7 +273,7 @@ namespace OpenSim | |||
273 | // | 273 | // |
274 | ICommander moduleCommander = SceneManager.CurrentOrFirstScene.GetCommander(cmd[1]); | 274 | ICommander moduleCommander = SceneManager.CurrentOrFirstScene.GetCommander(cmd[1]); |
275 | if (moduleCommander != null) | 275 | if (moduleCommander != null) |
276 | m_console.Notice(moduleCommander.Help); | 276 | m_console.Output(moduleCommander.Help); |
277 | } | 277 | } |
278 | 278 | ||
279 | protected override void Initialize() | 279 | protected override void Initialize() |