Content deleted Content added
fix drop of leading zero |
fix |
||
Line 256:
win_perc = '—'
ppg = '—'
elseif losses > 0
-- Drop the leading zero (from the string)
win_perc = string.sub(win_perc,2,string.len(win_perc))
|