mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-30 10:05:59 +00:00
whoever didn't do this is a dumbass
This commit is contained in:
parent
73a799d709
commit
6a5dc4b98e
@ -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())
|
||||||
|
Loading…
Reference in New Issue
Block a user