17,097
edits
(_getItemSources: Support Cartography & Archaeology sources) |
mNo edit summary |
||
Line 679: | Line 679: | ||
end | end | ||
if not Shared.tableIsEmpty(gamemodeText) then | if not Shared.tableIsEmpty(gamemodeText) then | ||
subText = subText .. '(' .. table.concat(gamemodeText, ', ') .. ' only)' | subText = subText .. ' (' .. table.concat(gamemodeText, ', ') .. ' only)' | ||
end | end | ||
end | end |