fix bug
This commit is contained in:
@ -10,7 +10,7 @@ public class ToastUtils {
|
||||
public static final int INFO_TYPE_WARNING = 2;
|
||||
|
||||
|
||||
private static String[] infoTypeArr = new String[]{"&", "&b", "&e"};
|
||||
private static String[] infoTypeArr = new String[]{"&c", "&b", "&e"};
|
||||
|
||||
public static void Show(Player player, int infoType, String info) {
|
||||
player.sendPopup(TextFormat.colorize(infoTypeArr[infoType] + info));
|
||||
|
Reference in New Issue
Block a user