mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Update CardEdition.java
This commit is contained in:
@@ -521,7 +521,7 @@ public final class CardEdition implements Comparable<CardEdition> { // immutable
|
||||
public static final Predicate<CardEdition> hasBasicLands = new Predicate<CardEdition>() {
|
||||
@Override
|
||||
public boolean apply(CardEdition ed) {
|
||||
if(ed == null) {
|
||||
if (ed == null) {
|
||||
// Happens for new sets with "???" code
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user