fix italics being on in names

This commit is contained in:
hyperdefined
2025-01-26 19:15:13 -05:00
parent fd7f75fbb3
commit 61f87a94f7

View File

@@ -160,6 +160,6 @@ public class ConfigTools {
component = MiniMessage.miniMessage().deserialize(message);
}
return component;
return component.decorationIfAbsent(TextDecoration.ITALIC, TextDecoration.State.FALSE);
}
}