From b9d608222e20907b1da16982a391fbb567581486 Mon Sep 17 00:00:00 2001 From: SupItsDillon Date: Wed, 9 Dec 2020 15:48:27 +0000 Subject: [PATCH] Update Command_playerverification.java fixed codacy issue --- .../totalfreedommod/command/Command_playerverification.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/me/totalfreedom/totalfreedommod/command/Command_playerverification.java b/src/main/java/me/totalfreedom/totalfreedommod/command/Command_playerverification.java index 68dc2c9c..7025aac2 100644 --- a/src/main/java/me/totalfreedom/totalfreedommod/command/Command_playerverification.java +++ b/src/main/java/me/totalfreedom/totalfreedommod/command/Command_playerverification.java @@ -7,6 +7,7 @@ import java.util.List; import me.totalfreedom.totalfreedommod.config.ConfigEntry; import me.totalfreedom.totalfreedommod.player.PlayerData; import me.totalfreedom.totalfreedommod.rank.Rank; +import me.totalfreedom.totalfreedommod.util.FLog; import me.totalfreedom.totalfreedommod.util.FUtil; import org.bukkit.ChatColor; import org.bukkit.command.Command; @@ -25,7 +26,7 @@ public class Command_playerverification extends FreedomCommand List ips = new ArrayList<>(); ips.addAll(target.getIps()); - if (enableBot == true) + if (enableBot) { if (args.length == 1) {