aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs
diff options
context:
space:
mode:
authorMelanie2012-11-23 02:44:51 +0100
committerMelanie2012-11-23 02:44:51 +0100
commit442896cb1d9beda2d8768c91cfa1ec64c5fde08f (patch)
tree40e40f545abf414c3c7a33f6ae76d19e3cf0f4c3 /OpenSim/Region/Application/OpenSimBase.cs
parentAdd a newline before the constant help text (diff)
downloadopensim-SC_OLD-442896cb1d9beda2d8768c91cfa1ec64c5fde08f.zip
opensim-SC_OLD-442896cb1d9beda2d8768c91cfa1ec64c5fde08f.tar.gz
opensim-SC_OLD-442896cb1d9beda2d8768c91cfa1ec64c5fde08f.tar.bz2
opensim-SC_OLD-442896cb1d9beda2d8768c91cfa1ec64c5fde08f.tar.xz
Remove duplicate registration of the help topics for the module commander
Diffstat (limited to 'OpenSim/Region/Application/OpenSimBase.cs')
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index eb4326e..33680b5 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -266,10 +266,10 @@ namespace OpenSim
266 "help " + capitalizedTopic, 266 "help " + capitalizedTopic,
267 "Get help on plugin command '" + topic + "'", 267 "Get help on plugin command '" + topic + "'",
268 HandleCommanderHelp); 268 HandleCommanderHelp);
269 console.Commands.AddCommand(capitalizedTopic, false, "help " + capitalizedTopic, 269// console.Commands.AddCommand(capitalizedTopic, false, "help " + capitalizedTopic,
270 "help " + capitalizedTopic, 270// "help " + capitalizedTopic,
271 "Get help on plugin command '" + topic + "'", 271// "Get help on plugin command '" + topic + "'",
272 HandleCommanderHelp); 272// HandleCommanderHelp);
273 273
274 ICommander commander = null; 274 ICommander commander = null;
275 275
@@ -1165,4 +1165,4 @@ namespace OpenSim
1165 { 1165 {
1166 public IConfigSource Source; 1166 public IConfigSource Source;
1167 } 1167 }
1168} \ No newline at end of file 1168}