mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 11:38:40 +01:00
Fix more broken message coloring
This commit is contained in:
parent
f71237ea95
commit
9d424f5122
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user