mirror of
https://github.com/correl/mage.git
synced 2025-04-12 17:00:08 -09: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 {
|
} else {
|
||||||
game.fireSelectTargetEvent(playerId, new MessageToClient("Select attacker to block", getRelatedObjectName(blockerId, game)),
|
game.fireSelectTargetEvent(playerId, new MessageToClient("Select attacker to block", getRelatedObjectName(blockerId, game)),
|
||||||
possibleTargets, false, getOptions(target, null));
|
possibleTargets, false, getOptions(target, null));
|
||||||
|
waitForResponse(game);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
waitForResponse(game);
|
|
||||||
|
|
||||||
if (responseId == null) {
|
if (responseId == null) {
|
||||||
responseId = getFixedResponseUUID(game);
|
responseId = getFixedResponseUUID(game);
|
||||||
|
|
Loading…
Add table
Reference in a new issue