mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-02-14 09:57:52 +00:00
Merge pull request #112 from Wilee999/pull1
Fixed developer login message
This commit is contained in:
commit
695168ebfe
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import org.bukkit.entity.Player;
|
|||
|
||||
public enum TFM_PlayerRank
|
||||
{
|
||||
DEVELOPER(ChatColor.DARK_PURPLE + "Developer", ChatColor.DARK_PURPLE + "[Dev]"),
|
||||
DEVELOPER("a " + ChatColor.DARK_PURPLE + "Developer", ChatColor.DARK_PURPLE + "[Dev]"),
|
||||
IMPOSTOR("an " + ChatColor.YELLOW + ChatColor.UNDERLINE + "Impostor", ChatColor.YELLOW.toString() + ChatColor.UNDERLINE + "[IMP]"),
|
||||
NON_OP("a " + ChatColor.GREEN + "Non-OP", ChatColor.GREEN.toString()),
|
||||
OP("an " + ChatColor.RED + "OP", ChatColor.RED + "[OP]"),
|
||||
|
|
Loading…
Reference in a new issue