This commit is contained in:
ajgeiss0702
2021-05-05 15:38:28 +00:00
parent 8eb99d1149
commit 2d7bdd25df
@@ -16,7 +16,7 @@ public class Commands implements CommandExecutor {
@Override
public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {
Player player;
Player player = null;
if(sender instanceof Player) {
player = (Player) sender;
}