mirror of
https://github.com/correl/mage.git
synced 2024-11-21 19:18:40 +00:00
Fix double-click needed to auto-choose blockers. Closes #9255.
This commit is contained in:
parent
2a6277cf78
commit
b85353bf25
1 changed files with 1 additions and 1 deletions
|
@ -1945,9 +1945,9 @@ public class HumanPlayer extends PlayerImpl {
|
|||
} else {
|
||||
game.fireSelectTargetEvent(playerId, new MessageToClient("Select attacker to block", getRelatedObjectName(blockerId, game)),
|
||||
possibleTargets, false, getOptions(target, null));
|
||||
waitForResponse(game);
|
||||
}
|
||||
}
|
||||
waitForResponse(game);
|
||||
|
||||
if (responseId == null) {
|
||||
responseId = getFixedResponseUUID(game);
|
||||
|
|
Loading…
Reference in a new issue