This commit is contained in:
2024-01-27 13:09:58 +01:00
parent 105d564ec0
commit af96c5a412
2 changed files with 8 additions and 7 deletions

View File

@ -83,9 +83,6 @@ public class VoidCommands implements CommandExecutor, TabCompleter{
Player target_ = Bukkit.getPlayer(args[3]);
Voids.set(target_, Integer.parseInt(args[4]));
return true;
case "add":
case "sub":
sender.sendMessage("TODO"); //TODO
}
return false;
}