mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Small fix
This commit is contained in:
parent
b114eaa828
commit
6f175981ce
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue