Skip to content

Commit

Permalink
unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PandaDΞV committed Sep 8, 2022
1 parent badf4db commit 2a25235
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/tk/pandadev/essentialsp/utils/VanishAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ private void executeVanish(Player player){
System.out.println(isVanish(player));
if (isVanish(player)) {
onlinePlayer.hidePlayer(this.plugin, player);
System.out.println("asdasd");
continue;
}
onlinePlayer.showPlayer(this.plugin, player);
Expand Down

0 comments on commit 2a25235

Please sign in to comment.