aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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}