mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-07 04:53:05 +00:00
fix /vanish
This commit is contained in:
parent
cecbf09584
commit
1c3970b984
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue