mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-29 19:46:42 +00:00
It's 3AM so time for random commit titles: Longboi Johnson
This commit is contained in:
@ -209,14 +209,7 @@ public class RankManager extends FreedomService
|
||||
loginMsg = ChatUtils.colorize(admin.getLoginMessage());
|
||||
}
|
||||
}
|
||||
if (loginMsg.contains("%name%"))
|
||||
{
|
||||
FUtil.bcastMsg(loginMsg.replace("%name%", player.getName()));
|
||||
}
|
||||
else
|
||||
{
|
||||
FUtil.bcastMsg(ChatColor.AQUA + player.getName() + " is " + loginMsg);
|
||||
}
|
||||
FUtil.bcastMsg(ChatColor.AQUA + (loginMsg.contains("%name%") ? "" : player.getName() + " is ") + FUtil.colorize(loginMsg).replace("%name%", player.getName()));
|
||||
plugin.pl.getPlayer(player).setTag(display.getColoredTag());
|
||||
|
||||
if (isAdmin)
|
||||
|
Reference in New Issue
Block a user