Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Doridian committed Sep 10, 2023
1 parent 808f82a commit a8543c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public boolean canSee(@NotNull CommandSender commandSender) {

@Override
public @NotNull String getName() {
return command.getLabel();
return "/" + command.getLabel();
}

@Override
Expand Down

0 comments on commit a8543c1

Please sign in to comment.