Content deleted Content added
change to support different format for passing in home and road records |
fix bug if leading team has a .500 record |
||
Line 82:
)
local leadingHalfGames =
for idx, teamInfo in ipairs(listOfTeams) do
local gamesBehind
if (leadingHalfGames ==
leadingHalfGames = (teamInfo.wins - teamInfo.losses)
gamesBehind = '—'
|