Content deleted Content added
use full division name for standings table |
add support to display ½ in "Games behind" column |
||
Line 104:
gamesBehind = '—'
else
gamesBehind =
if (halfGamesBehind % 2 == 1) then
gamesBehind = gamesBehind .. '½'
end
end
|