From 4c93eda485b4b3ab5691f6cd3e048dc61c02e3d8 Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Thu, 14 Oct 2021 08:12:00 -0400 Subject: [PATCH] removed obsolete todo --- .../java/org/mage/plugins/card/dl/sources/GathererSets.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/GathererSets.java b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/GathererSets.java index 85f8d11c84..b7ffabb8c0 100644 --- a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/GathererSets.java +++ b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/GathererSets.java @@ -243,7 +243,7 @@ public class GathererSets implements Iterable { } } - // 4. info: sets with missing cards for boosters (todo: what about +20 number for alternative land arts?) + // 4. info: sets with missing cards for boosters if (set.getMaxCardNumberInBooster() != Integer.MAX_VALUE) { for (ExpansionSet.SetCardInfo card : set.getSetCardInfo()) { if (card.getCardNumberAsInt() > set.getMaxCardNumberInBooster()) {