whoever didn't do this is a dumbass

This commit is contained in:
Super_ 2019-12-24 20:11:07 -05:00
parent 73a799d709
commit 6a5dc4b98e

View file

@ -46,7 +46,7 @@ public class Command_vanish extends FreedomCommand
if (!silent) if (!silent)
{ {
FUtil.bcastMsg(ChatColor.AQUA + sender.getName() + " is " + loginMsg); FUtil.bcastMsg(ChatColor.AQUA + sender.getName() + " is " + loginMsg);
FUtil.bcastMsg(playerSender.getName() + " joined the game", ChatColor.YELLOW); FUtil.bcastMsg(playerSender.getName() + " joined the game.", ChatColor.YELLOW);
} }
if (admin.getTag() != null) if (admin.getTag() != null)
{ {
@ -69,7 +69,7 @@ public class Command_vanish extends FreedomCommand
msg("You have been vanished.", ChatColor.GOLD); msg("You have been vanished.", ChatColor.GOLD);
if (!silent) if (!silent)
{ {
FUtil.bcastMsg(playerSender.getName() + " left the game", ChatColor.YELLOW); FUtil.bcastMsg(playerSender.getName() + " left the game.", ChatColor.YELLOW);
} }
FLog.info(playerSender.getName() + " is now vanished."); FLog.info(playerSender.getName() + " is now vanished.");
for (Player player : server.getOnlinePlayers()) for (Player player : server.getOnlinePlayers())