6,834
edits
No edit summary |
No edit summary |
||
Line 287: | Line 287: | ||
for i,game in ipairs(games) do | for i,game in ipairs(games) do | ||
if gamesText:lower():find(game) then | if gamesText:lower():find(game) then | ||
table.insert(out, p.loadTemplate(frame, 'icon-'..game)) | table.insert(out, p.loadTemplate(frame, 'icon-'..game, {})) | ||
end | end | ||
end | end |
edits