Strings already get colored by the Breeze library

This commit is contained in:
Phoenix616 2017-07-05 23:51:49 +01:00
parent 9269fc4049
commit 4120455974

View File

@ -73,6 +73,6 @@ public class Messages {
public static String TOGGLE_MESSAGES_ON = "You will now receive messages from your shop(s)."; public static String TOGGLE_MESSAGES_ON = "You will now receive messages from your shop(s).";
public static String prefix(String message) { public static String prefix(String message) {
return ChatColor.translateAlternateColorCodes('&', prefix + message); return prefix + message;
} }
} }