62 737
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 54 : | Ligne 54 : | ||
if prefix and maxitems then | if prefix and maxitems then | ||
for i = 1, maxitems do | for i = 1, maxitems do | ||
local v = p. | local v = p.builditem({ value = prefix..i }) | ||
if v then | if v then | ||
table.insert(expandeditems, v) | table.insert(expandeditems, v) |
modifications