mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-02-11 19:19:13 +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);
|
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 a new issue