Skip to content

Commit

Permalink
Fixed /arena remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Devlrxxh committed Apr 1, 2024
1 parent ff9149b commit d8f117e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ public void setDisplayName(Player player, String arenaName, String value) {
player.sendMessage(CC.GREEN + "Successfully set " + arena.getDisplayName() + " display name!");
}


@Subcommand("remove")
@CommandCompletion("@arenas")
@Syntax("<arena>")
public void remove(Player player, String arenaName) {
Expand Down

0 comments on commit d8f117e

Please sign in to comment.