Fix missing angle brackets in ROUND_STATE message placeholders

This commit is contained in:
akastijn 2026-05-30 20:02:59 +02:00
parent 161344b30c
commit c2d83492d1

View File

@ -62,7 +62,7 @@ public class Messages extends AbstractConfig {
public static class ROUND_STATE {
private static final String prefix = "round-state.";
public static String ROUND_STATE = "<green>Current round state is: <gold>round_state</gold></green>";
public static String ROUND_STATE = "<green>Current round state is: <gold><round_state></gold></green>";
@SuppressWarnings("unused")
private static void load() {