Fix missing angle brackets in ROUND_STATE message placeholders
This commit is contained in:
parent
161344b30c
commit
c2d83492d1
|
|
@ -62,7 +62,7 @@ public class Messages extends AbstractConfig {
|
||||||
public static class ROUND_STATE {
|
public static class ROUND_STATE {
|
||||||
private static final String prefix = "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")
|
@SuppressWarnings("unused")
|
||||||
private static void load() {
|
private static void load() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user