Skip to content

Commit

Permalink
tryhard numberutilformat v2
Browse files Browse the repository at this point in the history
Signed-off-by: Erymanthus[#5074] | (u/)RayDeeUx <[email protected]>
  • Loading branch information
RayDeeUx committed Jan 14, 2024
1 parent c92ade8 commit 3f7ba4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ class MenuItemDisplayOverlayPlayerTryhard : AbstractMenuStackSize() {
deliveriesItemPattern.matchMatcher(itemName) {
for (line in lore) {
deliveriesPattern.matchMatcher(line) {
return "${group("deliveryCount").formatNumber()}"
return NumberUtil.format(group("deliveryCount").formatNumber())
}
}
}
Expand Down

0 comments on commit 3f7ba4a

Please sign in to comment.