Update CmdFly.java

This commit is contained in:
Naman
2018-08-02 10:16:55 -05:00
committed by GitHub
parent ea861d304d
commit 6d397b1cae

View File

@@ -54,9 +54,7 @@ public class CmdFly extends FCommand {
continue;
}
}
if (FPlayers.getInstance().getByPlayer(player).isVanished()) {
continue;
}
if (FPlayers.getInstance().getByPlayer(player).isVanished()) {
// Actually, vanished players (such as admins) should not display particles to prevent others from knowing their vanished assistance for moderation.