mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +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;
|
||||
do {
|
||||
if ( game.isGameOver() )
|
||||
return;
|
||||
sa = getSpellAbilityToPlay();
|
||||
if ( sa == null ) break;
|
||||
//System.out.println("Playing sa: " + sa);
|
||||
|
||||
Reference in New Issue
Block a user