- Fixed AI crashing on Squandered Resources (but it still can't use it).

This commit is contained in:
Sloth
2013-03-13 16:40:43 +00:00
parent 59125c91f0
commit 0d707646e4

View File

@@ -246,7 +246,9 @@ public class AbilityUtils {
return cards;
}
cards.addAll(list);
if (list != null) {
cards.addAll(list);
}
}
if (c != null) {