mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-29 19:46:42 +00:00
Punishment logging!
This commit is contained in:
@ -122,10 +122,7 @@ public class RankManager extends FreedomService
|
||||
if (plugin.al.isAdmin(player))
|
||||
{
|
||||
Displayable display = getDisplay(player);
|
||||
if (fPlayer.getTag() == null)
|
||||
{
|
||||
fPlayer.setTag(display.getColoredTag());
|
||||
}
|
||||
fPlayer.setTag(display.getColoredTag());
|
||||
String displayName = display.getColor() + player.getName();
|
||||
player.setPlayerListName(StringUtils.substring(displayName, 0, 16));
|
||||
}
|
||||
|
Reference in New Issue
Block a user