Skip to content

Commit 6a854b6

Browse files
committed
fix
1 parent 6158882 commit 6a854b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/robertx22/age_of_exile/saveclasses/gearitem/gear_bases/StatRequirement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ static Component getTooltip(int req, Stat stat, EntityData data) {
125125
.getCalculatedStat(stat)
126126
.getValue() >= req) {
127127
return Component.literal(ChatFormatting.GREEN + "" + ChatFormatting.BOLD + CHECK_YES_ICON + " ").append(Words.Stat_Req.locName(stat.locName())
128-
.withStyle(ChatFormatting.GRAY));
128+
.withStyle(ChatFormatting.GRAY))
129129
.append(ChatFormatting.GRAY + req + " ");
130130
} else {
131131

0 commit comments

Comments
 (0)