Update comment on changed method

This commit is contained in:
Buhallin 2022-11-12 02:37:36 -08:00
parent d23aa2c2e4
commit 959a11e3d7
No known key found for this signature in database
GPG Key ID: DB3C362823852294

View File

@ -490,9 +490,9 @@ function getCardName(cardId)
end
end
-- Count the number of cards in each zone
-- Split a single list of cards into a separate table of lists, keyed by the zone
---@param cards: Table of {cardData, cardMetadata, zone}
---@return: Table of {zoneName=zoneCount}
---@return: Table of {zoneName=card list}
function buildZoneLists(cards)
local zoneList = {}
for _, card in ipairs(cards) do