From 9d424f5122c44a069b46215998a4cdc7cdfab827 Mon Sep 17 00:00:00 2001 From: Luck Date: Sun, 17 Dec 2017 13:41:37 +0000 Subject: [PATCH] Fix more broken message coloring --- .../src/main/java/me/lucko/luckperms/common/locale/Message.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/java/me/lucko/luckperms/common/locale/Message.java b/common/src/main/java/me/lucko/luckperms/common/locale/Message.java index 7930313bb..a3efacb05 100644 --- a/common/src/main/java/me/lucko/luckperms/common/locale/Message.java +++ b/common/src/main/java/me/lucko/luckperms/common/locale/Message.java @@ -48,7 +48,7 @@ public enum Message { VIEW_AVAILABLE_COMMANDS_PROMPT("&3Use &a/{} help &3to view available commands.", true), NO_PERMISSION_FOR_SUBCOMMANDS("&3You do not have permission to use any sub commands.", true), - EMPTY("&c{}", true), + EMPTY("{}", true), PLAYER_ONLINE("&aOnline", false), PLAYER_OFFLINE("&cOffline", false), LOADING_ERROR("&cPermissions data could not be loaded. Please try again later.", true),