mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-29 19:46:42 +00:00
revamp vanish
This commit is contained in:
@ -250,7 +250,10 @@ public class RankManager extends FreedomService
|
||||
// Broadcast login message
|
||||
if (isAdmin || FUtil.isDeveloper(player.getName()) || plugin.pl.getData(player).isMasterBuilder() || plugin.pl.getData(player).isDonator())
|
||||
{
|
||||
FUtil.bcastMsg(craftLoginMessage(player, null));
|
||||
if (!plugin.al.isVanished(player.getName()))
|
||||
{
|
||||
FUtil.bcastMsg(craftLoginMessage(player, null));
|
||||
}
|
||||
}
|
||||
|
||||
// Set display
|
||||
@ -312,4 +315,4 @@ public class RankManager extends FreedomService
|
||||
team.addPlayer(player);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user