diff --git a/src/random/RandomAI.java b/src/random/RandomAI.java index 747c093..8d7dae1 100644 --- a/src/random/RandomAI.java +++ b/src/random/RandomAI.java @@ -47,9 +47,7 @@ public RandomAI() FastArrayList legalMoves = game.moves(context).moves(); if (legalMoves.isEmpty()) - { return Game.createPassMove(context); - } // If we're playing a simultaneous-move game, some of the legal moves may be // for different players. Extract only the ones that we can choose.