Content deleted Content added
S.A. Julio (talk | contribs) adjust calculation |
S.A. Julio (talk | contribs) adjust |
||
Line 157:
-- Escape for zero matches
point_perc = '—'
elseif points ~= (matches*win_points) then
-- Drop the leading zero (from the string)
point_perc = string.sub(point_perc,2,string.len(point_perc))
|