Fix more broken message coloring

This commit is contained in:
Luck 2017-12-17 13:41:37 +00:00
parent f71237ea95
commit 9d424f5122
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -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),