Content deleted Content added
initial publish for College test standings |
fix ncwin_points |
||
Line 179:
-- Get custom/default options for in table
local cwin_points = tonumber(Args['cwinpoints']) or tonumber(Args['winpoints']) or 3
local
local draw_points = tonumber(Args['drawpoints']) or 1
local loss_points = tonumber(Args['losspoints']) or 0
|