From 6441deceab714fc4f00369d7021544894625f9b9 Mon Sep 17 00:00:00 2001 From: SupItsDillon Date: Tue, 8 Dec 2020 19:35:02 +0000 Subject: [PATCH] Update Command_playerverification.java codacy is being fussy --- .../totalfreedommod/command/Command_playerverification.java | 1 - 1 file changed, 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 77e761d3..68dc2c9c 100644 --- a/src/main/java/me/totalfreedom/totalfreedommod/command/Command_playerverification.java +++ b/src/main/java/me/totalfreedom/totalfreedommod/command/Command_playerverification.java @@ -7,7 +7,6 @@ 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;