- Fixed a possible NPE

This commit is contained in:
swordshine
2014-05-28 06:48:52 +00:00
parent 3304a458d0
commit 30e67c4556

View File

@@ -630,7 +630,7 @@ public class ComputerUtil {
}
if (typeList.size() < amount) {
return null;
return new ArrayList<Card>();
}
CardLists.sortByPowerAsc(typeList);