Turn standard message yellow.

This commit is contained in:
ulumulu1510 2017-07-17 16:56:27 +02:00
parent 89d2921188
commit a2c3432864
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ public enum AccessStatus implements Colorized
// ENUM
// -------------------------------------------- //
STANDARD(ChatColor.WHITE, null),
STANDARD(ChatColor.YELLOW, null),
ELEVATED(ChatColor.GREEN, true),
DECREASED(ChatColor.RED, false),