mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
optimizations + leave game fix
This commit is contained in:
parent
99735b368b
commit
42509dd4f8
21 changed files with 175 additions and 120 deletions
|
|
@ -33,7 +33,7 @@ public class CardsStorage {
|
|||
static {
|
||||
for (ExpansionSet set : Sets.getInstance().values()) {
|
||||
setCodes.add(set.getCode());
|
||||
Set<Card> cards = set.createCards();
|
||||
List<Card> cards = set.getCards();
|
||||
allCards.addAll(cards);
|
||||
for (Card card : cards) {
|
||||
if (CardUtil.isLand(card) && !CardUtil.isBasicLand(card)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue