Update Command_playerverification.java

fixed codacy issue
This commit is contained in:
SupItsDillon 2020-12-09 15:48:27 +00:00 committed by GitHub
parent 777a66f8da
commit b9d608222e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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<String> ips = new ArrayList<>();
ips.addAll(target.getIps());
if (enableBot == true)
if (enableBot)
{
if (args.length == 1)
{