Skip to content

Commit

Permalink
GH-418 Add BukkitCommand#getCommandRoute (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rollczi authored Aug 20, 2024
1 parent 8654297 commit 06896fd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,8 @@ public boolean testPermissionSilent(@NotNull CommandSender target) {
return check.isPermitted();
}

public CommandRoute<CommandSender> getCommandRoute() {
return commandRoute;
}

}

0 comments on commit 06896fd

Please sign in to comment.