Skip to content

Commit

Permalink
fix reload perm
Browse files Browse the repository at this point in the history
Took 24 seconds
  • Loading branch information
kiranhart committed Jun 30, 2023
1 parent 5352193 commit b117ad2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ protected List<String> tab(CommandSender sender, String... args) {

@Override
public String getPermissionNode() {
return "vouchers.command.import";
return "vouchers.command.reload";
}

@Override
Expand Down

0 comments on commit b117ad2

Please sign in to comment.