Xmage 1.4.16v3

This commit is contained in:
LevelX2 2016-10-09 15:54:12 +02:00
parent 27acaa5c9a
commit 2e1f8c07cb
4 changed files with 3 additions and 7 deletions

View file

@ -66,7 +66,7 @@ public class CardPanelRenderImpl extends CardPanel {
if (!a.getRarity().equals(b.getRarity())) {
return false;
}
if (!a.getCardNumber().equals(b.getCardNumber())) {
if (a.getCardNumber() != null && !a.getCardNumber().equals(b.getCardNumber())) {
return false;
}
// Expansion set code, with null checking: