It just crashed there, although it should n't have even arrived there

This commit is contained in:
Maxmtg
2013-05-28 15:28:36 +00:00
parent 226f2e90a9
commit d047963106

View File

@@ -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);