mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 09:15:38 +00:00
commit
a8d4b5f582
@ -434,6 +434,10 @@ public class TFM_Util
|
|||||||
return ChatColor.translateAlternateColorCodes('&', loginMessage);
|
return ChatColor.translateAlternateColorCodes('&', loginMessage);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (DEVELOPERS.contains(entry.getName()))
|
||||||
|
{
|
||||||
|
return "a " + ChatColor.DARK_PURPLE + "Developer" + ChatColor.AQUA + ".";
|
||||||
|
}
|
||||||
|
|
||||||
if (entry.isSeniorAdmin())
|
if (entry.isSeniorAdmin())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user