Skip to content

Commit

Permalink
Fix sponsor queue command name in alert
Browse files Browse the repository at this point in the history
Signed-off-by: applenick <[email protected]>
  • Loading branch information
applenick committed Jul 21, 2024
1 parent 3054e55 commit f323929
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ public void sponsor(Player player, MapInfo map) {
.append(text("Queue position "))
.append(text("#" + sponsors.size(), NamedTextColor.YELLOW))
.append(text(" Use "))
.append(text("/queue", NamedTextColor.AQUA))
.append(text("/sponsor queue", NamedTextColor.AQUA))
.append(text(" to track status"))
.color(NamedTextColor.GRAY)
.clickEvent(ClickEvent.runCommand("/sponsor queue"))
Expand Down

0 comments on commit f323929

Please sign in to comment.