mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Update CardUtil.java
remove unreachable
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user