diff --git a/web/public/mtg/app.js b/web/public/mtg/app.js index cbef1de3..e0226bd0 100644 --- a/web/public/mtg/app.js +++ b/web/public/mtg/app.js @@ -142,7 +142,7 @@ function createNewArtistMap() { samples[key] = value newTotal += value.length i++ - if (i >= k + extra * 2) { + if (i >= k + extra * extra) { break } }