bukkit: Use name from root argument for consistency with rest of BukkitCommand
shouldn't actually make any difference
This commit is contained in:
parent
8399bce8d2
commit
9c804addbd
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ final class BukkitCommand<C> extends org.bukkit.command.Command implements Plugi
|
|||
}
|
||||
|
||||
private CommandTree.Node<CommandArgument<C, ?>> namedNode() {
|
||||
return this.manager.getCommandTree().getNamedNode(this.getName());
|
||||
return this.manager.getCommandTree().getNamedNode(this.command.getName());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue