mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Added cards.
This commit is contained in:
parent
d33bf20bf0
commit
e4620a7295
8 changed files with 364 additions and 5 deletions
|
|
@ -160,7 +160,7 @@ public class CardsStorage {
|
|||
public static List<Card> getNotImplementedCards() {
|
||||
List<Card> cards = new ArrayList<Card>();
|
||||
if (notImplementedCards == null) {
|
||||
if (allCards.size() == 0) {
|
||||
if (allCards.isEmpty()) {
|
||||
return cards;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue