mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
It just crashed there, although it should n't have even arrived there
This commit is contained in:
@@ -880,6 +880,8 @@ public class AiController {
|
|||||||
{
|
{
|
||||||
SpellAbility sa;
|
SpellAbility sa;
|
||||||
do {
|
do {
|
||||||
|
if ( game.isGameOver() )
|
||||||
|
return;
|
||||||
sa = getSpellAbilityToPlay();
|
sa = getSpellAbilityToPlay();
|
||||||
if ( sa == null ) break;
|
if ( sa == null ) break;
|
||||||
//System.out.println("Playing sa: " + sa);
|
//System.out.println("Playing sa: " + sa);
|
||||||
|
|||||||
Reference in New Issue
Block a user