mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-04 15:26:05 +00:00
fix /vanish
This commit is contained in:
parent
cecbf09584
commit
1c3970b984
@ -45,7 +45,7 @@ public class Command_vanish extends FreedomCommand
|
|||||||
}
|
}
|
||||||
if (!silent)
|
if (!silent)
|
||||||
{
|
{
|
||||||
FUtil.bcastMsg(ChatColor.AQUA + 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)
|
||||||
|
Loading…
Reference in New Issue
Block a user