Remove duplicate registration of the help topics for the module commander
parent
c96729b55d
commit
442896cb1d
|
@ -266,10 +266,10 @@ namespace OpenSim
|
||||||
"help " + capitalizedTopic,
|
"help " + capitalizedTopic,
|
||||||
"Get help on plugin command '" + topic + "'",
|
"Get help on plugin command '" + topic + "'",
|
||||||
HandleCommanderHelp);
|
HandleCommanderHelp);
|
||||||
console.Commands.AddCommand(capitalizedTopic, false, "help " + capitalizedTopic,
|
// console.Commands.AddCommand(capitalizedTopic, false, "help " + capitalizedTopic,
|
||||||
"help " + capitalizedTopic,
|
// "help " + capitalizedTopic,
|
||||||
"Get help on plugin command '" + topic + "'",
|
// "Get help on plugin command '" + topic + "'",
|
||||||
HandleCommanderHelp);
|
// HandleCommanderHelp);
|
||||||
|
|
||||||
ICommander commander = null;
|
ICommander commander = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue