This commit is contained in:
@@ -72,9 +72,7 @@ public abstract class AI extends GameAdaptator{
|
||||
|
||||
protected CommandResult sendCommand(Command command, CommandExecutor commandExecutor) {
|
||||
CommandResult result = commandExecutor.executeCommand(command);
|
||||
if(result == CommandResult.NotAllowed){
|
||||
System.out.println("eeeeee");
|
||||
}
|
||||
assert result != CommandResult.NotAllowed : "Command not allowed!";
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user