Small fix

This commit is contained in:
Oleg Agafonov 2018-01-28 15:12:41 +04:00
parent b114eaa828
commit 6f175981ce

View file

@ -177,7 +177,7 @@ public class HumanPlayer extends PlayerImpl {
}
sendPlayerAction(PlayerAction.PASS_PRIORITY_UNTIL_STACK_RESOLVED, game, null);
}
waitResponseOpen();
//waitResponseOpen(); // it's a macro action, no need it here?
synchronized (response) {
response.copy(action);
response.notifyAll();