Skip to content

Commit 61f87a9

Browse files
committed
fix italics being on in names
1 parent fd7f75f commit 61f87a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/lol/hyper/toolstats/tools/config/ConfigTools.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,6 @@ public Component format(String configName) {
160160
component = MiniMessage.miniMessage().deserialize(message);
161161
}
162162

163-
return component;
163+
return component.decorationIfAbsent(TextDecoration.ITALIC, TextDecoration.State.FALSE);
164164
}
165165
}

0 commit comments

Comments
 (0)