mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Bruh, else statement won't set saved tags (#145)
This commit is contained in:
parent
14c9db3433
commit
9f4b48af5a
@ -52,10 +52,7 @@ public class Command_vanish extends FreedomCommand
|
||||
{
|
||||
tag = FUtil.colorize(admin.getTag());
|
||||
}
|
||||
else
|
||||
{
|
||||
plugin.pl.getPlayer(playerSender).setTag(tag);
|
||||
}
|
||||
FLog.info(playerSender.getName() + " is no longer vanished.");
|
||||
for (Player player : server.getOnlinePlayers())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user