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 @Override
public boolean onCommand(CommandSender sender, Command command, String label, String[] args) { public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {
Player player; Player player = null;
if(sender instanceof Player) { if(sender instanceof Player) {
player = (Player) sender; player = (Player) sender;
} }