set LT as higher than Owner for perms.

This commit is contained in:
Mini-Chiss 2015-05-11 21:31:37 -05:00
parent e0e79d79a5
commit 4cae02f2d8

View File

@ -8,8 +8,8 @@ import org.bukkit.entity.Player;
public enum Rank
{
OWNER("Owner", ChatColor.DARK_RED),
LT("LT", ChatColor.DARK_RED),
OWNER("Owner", ChatColor.DARK_RED),
DEVELOPER("Dev", ChatColor.RED),
ADMIN("Admin", ChatColor.RED),
SNR_MODERATOR("Sr.Mod", ChatColor.GOLD),