Remove duplicate registration of the help topics for the module commander

avinationmerge
Melanie 2012-11-23 02:44:51 +01:00
parent c96729b55d
commit 442896cb1d
1 changed files with 5 additions and 5 deletions

View File

@ -266,10 +266,10 @@ namespace OpenSim
"help " + capitalizedTopic,
"Get help on plugin command '" + topic + "'",
HandleCommanderHelp);
console.Commands.AddCommand(capitalizedTopic, false, "help " + capitalizedTopic,
"help " + capitalizedTopic,
"Get help on plugin command '" + topic + "'",
HandleCommanderHelp);
// console.Commands.AddCommand(capitalizedTopic, false, "help " + capitalizedTopic,
// "help " + capitalizedTopic,
// "Get help on plugin command '" + topic + "'",
// HandleCommanderHelp);
ICommander commander = null;
@ -1165,4 +1165,4 @@ namespace OpenSim
{
public IConfigSource Source;
}
}
}