mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08: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
Add a link
Reference in a new issue