Skip to content

Commit ab1972a

Browse files
committed
test fix RobertSkalko#2
1 parent f5b4b0b commit ab1972a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/robertx22/age_of_exile/uncommon/utilityclasses/TooltipUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public static MutableComponent rarityShort(Rarity rarity) {
204204
}
205205

206206
public static MutableComponent tier(int tier) {
207-
return Words.Tooltips_Tier.locName().append(tier);
207+
return Words.Tooltips_Tier.locName().append("" + tier);
208208

209209
}
210210

0 commit comments

Comments
 (0)