Skip to content

Commit f5b4b0b

Browse files
committed
test fix
1 parent b06abbc commit f5b4b0b

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
@@ -194,7 +194,7 @@ private static List<Component> removeDoubleBlankLines(List<Component> list, int
194194
}
195195

196196
public static MutableComponent rarity(Rarity rarity) {
197-
return Component.literal(Words.Tooltips_Rarity.locName()).withStyle(ChatFormatting.WHITE)
197+
return Words.Tooltips_Rarity.locName().withStyle(ChatFormatting.WHITE)
198198
.append(rarity.locName()
199199
.withStyle(rarity.textFormatting()));
200200
}

0 commit comments

Comments
 (0)