62 737
modifications
mAucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 3 : | Ligne 3 : | ||
function buildGamesTable(localdata, index) | function buildGamesTable(localdata, index) | ||
local row = {} | local row = { type = 'text' } --fake | ||
if localdata['jeux'..index] then | if localdata['jeux'..index] then |
modifications