mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2024-11-18 17:30:02 +00:00
Added dev login message. (try 2)
This commit is contained in:
parent
d4c3a4ad45
commit
ddbb6228f1
1 changed files with 5 additions and 0 deletions
|
@ -434,6 +434,11 @@ public class TFM_Util
|
|||
return ChatColor.translateAlternateColorCodes('&', loginMessage);
|
||||
}
|
||||
}
|
||||
|
||||
if (DEVELOPERS.contains(entry.getName()))
|
||||
{
|
||||
return "a " + ChatColor.DARK_PURPLE + "Developer" + ChatColor.AQUA + ".";
|
||||
}
|
||||
|
||||
if (entry.isSeniorAdmin())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue