[Bleeding] Implemented command aliases in help. Addresses BUKKIT-1028

By: rmichela <deltahat@gmail.com>
This commit is contained in:
Bukkit/Spigot
2012-03-10 16:16:33 -05:00
parent 2a35131c2a
commit 944fe0c27d
2 changed files with 27 additions and 17 deletions

View File

@@ -16,7 +16,7 @@ import org.bukkit.help.HelpTopic;
*/
public class GenericCommandHelpTopic extends HelpTopic {
private Command command;
protected Command command;
public GenericCommandHelpTopic(Command command) {
this.command = command;