mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
revert card scanner changes
This commit is contained in:
parent
0fc8d0871c
commit
97738afb9e
3 changed files with 8 additions and 16 deletions
|
|
@ -61,7 +61,7 @@ public final class RateCard {
|
|||
public static void bootstrapCardsAndRatings() {
|
||||
// preload cards and ratings
|
||||
log.info("Loading cards and rating...");
|
||||
List<Card> cards = CardScanner.getAllCards(false, true, true);
|
||||
List<Card> cards = CardScanner.getAllCards(false);
|
||||
for (Card card : cards) {
|
||||
RateCard.rateCard(card, null);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue