fix /vanish

This commit is contained in:
Ivan 2019-08-14 16:53:35 -04:00
parent cecbf09584
commit 1c3970b984

View File

@ -45,7 +45,7 @@ public class Command_vanish extends FreedomCommand
}
if (!silent)
{
FUtil.bcastMsg(ChatColor.AQUA + loginMsg);
FUtil.bcastMsg(ChatColor.AQUA + sender.getName() + " is " + loginMsg);
FUtil.bcastMsg(playerSender.getName() + " joined the game", ChatColor.YELLOW);
}
if (admin.getTag() != null)