Skip to content

Commit

Permalink
Remove redundant [the] in hotbar expression (#6566)
Browse files Browse the repository at this point in the history
Co-authored-by: Moderocky <[email protected]>
  • Loading branch information
Phill310 and Moderocky authored Apr 15, 2024
1 parent 74acf33 commit 0aad272
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
public class ExprHotbarSlot extends PropertyExpression<Player, Slot> {

static {
registerDefault(ExprHotbarSlot.class, Slot.class, "[the] [([current:currently] selected|current:current)] hotbar slot[s]", "players");
registerDefault(ExprHotbarSlot.class, Slot.class, "[([current:currently] selected|current:current)] hotbar slot[s]", "players");
}

// This exists because time states should not register when the 'currently' tag of the syntax is present.
Expand Down

0 comments on commit 0aad272

Please sign in to comment.