mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Create Add Basic Lands dialog for desktop app
This commit is contained in:
@@ -239,5 +239,5 @@ public class Deck extends DeckBase implements Iterable<Entry<DeckSection, CardPo
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -151,5 +151,5 @@ public class DeckGroup extends DeckBase {
|
||||
@Override
|
||||
public boolean isEmpty() {
|
||||
return humanDeck == null || humanDeck.isEmpty();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user