todos
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user