Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
Update CmdFly.java
Browse files Browse the repository at this point in the history
  • Loading branch information
prosavage committed Aug 2, 2018
1 parent ea861d3 commit 6d397b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/com/massivecraft/factions/cmd/CmdFly.java
Expand Up @@ -54,9 +54,7 @@ public void run() {
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.
Expand Down

0 comments on commit 6d397b1

Please sign in to comment.