Skip to content

Commit af460a0

Browse files
committed
Prefix val rename
1 parent 145e6e8 commit af460a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/de/lostesburger/mySqlPlayerBridge/Utils

src/main/java/de/lostesburger/mySqlPlayerBridge/Utils/Chat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
public class Chat {
88
public static String msg(String message){
9-
return ColorUtils.toColor(Main.prefix+message);
9+
return ColorUtils.toColor(Main.PREFIX+message);
1010
}
1111
public static String getMessage(String messageKey){
1212
return msg(Main.messages.getString(messageKey));

0 commit comments

Comments
 (0)