Content deleted Content added
No edit summary |
No edit summary |
||
Line 113:
end
if full_table then
-- Use actual values if wins
if (wins
local function numorval(s)
return s and ((s == '' and 0) or tonumber(s) or s) or 0
|