Old admin mode and commandspy saving

This commit is contained in:
ZeroEpoch1969
2018-04-19 07:29:19 -07:00
parent 200a856413
commit ffbe71f5dd
10 changed files with 135 additions and 29 deletions

View File

@ -39,7 +39,10 @@ public class Command_vanish extends FreedomCommand
{
tag = FUtil.colorize(admin.getTag());
}
plugin.pl.getPlayer(playerSender).setTag(tag);
else
{
plugin.pl.getPlayer(playerSender).setTag(tag);
}
FLog.info(playerSender.getName() + " is no longer vanished.");
for (Player player : server.getOnlinePlayers())
{