Modulo:Sandbox/Sakretsu: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
test
test
Riga 8:
local done = false
for nazione, data in pairs(nazioni) do
if data then return data.mp end
if string.lower(arg) == data.mp then
table.insert(ret, data.st)
done = true
breakreturn 'test'
end
end