Modulo:TeamBracket: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m fix
m fix
Riga 299:
elseif roundFromLast == 6 then
return "Trentaduesimi di finale"
elseif roundFromLast < 7 then
return round_names[roundFromLast]
else
return tostring(round) .. "1º turno" .. math.pow(7, roundFromLast)
end
end