Skip to content

Commit

Permalink
[plugin] use ≤ instead of <= for easier reading
Browse files Browse the repository at this point in the history
  • Loading branch information
iGabyTM committed Jan 14, 2023
1 parent 8f335b9 commit 1cb3c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/src/main/resources/vouchers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ vouchers:
#
health:
#
# Check if player has <= 10 HP
# Check if player has 10 HP
#
left: '%player_health%'
type: '<='
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/resources/vouchers_legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ vouchers:
#
health:
#
# Check if player has <= 10 HP
# Check if player has 10 HP
#
left: '%player_health%'
type: '<='
Expand Down

0 comments on commit 1cb3c9c

Please sign in to comment.