Fix unused.

Took 3 minutes


Took 1 minute
This commit is contained in:
Lukas Brübach 2025-11-10 13:12:20 +01:00
parent 7f0286bff8
commit 519b428629

View file

@ -266,7 +266,7 @@ int CardAmountWidget::countCardsInZone(const QString &deckZone)
return -1;
}
QList<DecklistCardNode *> cardsInDeck = decklist->getCardNodes();
QList<DecklistCardNode *> cardsInDeck = decklist->getCardNodes({deckZone});
int count = 0;
for (auto currentCard : cardsInDeck) {