Update CardUtil.java

remove unreachable
This commit is contained in:
Anthony Calosa
2023-01-29 01:25:47 +08:00
committed by GitHub
parent 42a339813c
commit 71afc087d9

View File

@@ -206,7 +206,6 @@ public class CardUtil {
System.err.println("[" + type.cardName + "|" + type.itemName + "]\n" + e); System.err.println("[" + type.cardName + "|" + type.itemName + "]\n" + e);
return null; return null;
} }
return null;
} }
public CardPredicate(final RewardData type, final boolean wantEqual) { public CardPredicate(final RewardData type, final boolean wantEqual) {
this.matchAllSubTypes=type.matchAllSubTypes; this.matchAllSubTypes=type.matchAllSubTypes;