merge fix

This commit is contained in:
Oleg Agafonov 2024-12-31 22:33:10 +04:00
parent bd1f6a4ca7
commit 7a1d22d459

View file

@ -721,7 +721,7 @@ public class Combat implements Serializable, Copyable<Combat> {
// 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");
}
}