mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
merge fix
This commit is contained in:
parent
bd1f6a4ca7
commit
7a1d22d459
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue