mirror of
https://github.com/correl/mage.git
synced 2024-11-25 11:09:53 +00:00
removed obsolete todo
This commit is contained in:
parent
cfef00f90b
commit
4c93eda485
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ public class GathererSets implements Iterable<DownloadJob> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 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) {
|
if (set.getMaxCardNumberInBooster() != Integer.MAX_VALUE) {
|
||||||
for (ExpansionSet.SetCardInfo card : set.getSetCardInfo()) {
|
for (ExpansionSet.SetCardInfo card : set.getSetCardInfo()) {
|
||||||
if (card.getCardNumberAsInt() > set.getMaxCardNumberInBooster()) {
|
if (card.getCardNumberAsInt() > set.getMaxCardNumberInBooster()) {
|
||||||
|
|
Loading…
Reference in a new issue