mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-03 19:15:45 +00:00
Bruh, else statement won't set saved tags (#145)
This commit is contained in:
parent
14c9db3433
commit
9f4b48af5a
1 changed files with 1 additions and 4 deletions
|
@ -52,10 +52,7 @@ public class Command_vanish extends FreedomCommand
|
|||
{
|
||||
tag = FUtil.colorize(admin.getTag());
|
||||
}
|
||||
else
|
||||
{
|
||||
plugin.pl.getPlayer(playerSender).setTag(tag);
|
||||
}
|
||||
plugin.pl.getPlayer(playerSender).setTag(tag);
|
||||
FLog.info(playerSender.getName() + " is no longer vanished.");
|
||||
for (Player player : server.getOnlinePlayers())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue