mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-08 13:44:59 +00:00
fix italics being on in names
This commit is contained in:
@@ -160,6 +160,6 @@ public class ConfigTools {
|
|||||||
component = MiniMessage.miniMessage().deserialize(message);
|
component = MiniMessage.miniMessage().deserialize(message);
|
||||||
}
|
}
|
||||||
|
|
||||||
return component;
|
return component.decorationIfAbsent(TextDecoration.ITALIC, TextDecoration.State.FALSE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user