From 7a1d22d45949051b740f7773b46f06daefb06d70 Mon Sep 17 00:00:00 2001 From: Oleg Agafonov Date: Tue, 31 Dec 2024 22:33:10 +0400 Subject: [PATCH] merge fix --- Mage/src/main/java/mage/game/combat/Combat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage/src/main/java/mage/game/combat/Combat.java b/Mage/src/main/java/mage/game/combat/Combat.java index 21a534f1786..38c300969ca 100644 --- a/Mage/src/main/java/mage/game/combat/Combat.java +++ b/Mage/src/main/java/mage/game/combat/Combat.java @@ -721,7 +721,7 @@ public class Combat implements Serializable, Copyable { // TODO: wtf, AI will freeze forever here in games with attacker/blocker restrictions, // but it pass in some use cases due random choices. AI must deside blocker configuration // in one attempt - throw new IllegalStateException("AI can't find good blocker configuration, report it to github"); + //throw new IllegalStateException("AI can't find good blocker configuration, report it to github"); } }