Remove duplicate registration of the help topics for the module commander
parent
c96729b55d
commit
442896cb1d
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue