Content deleted Content added
No edit summary |
No edit summary |
||
Line 48:
-- Whether to use tiebreak
local use_tiebr_val = Args['use_tiebr'] or '
local do_tiebr =
if yesno(use_tiebr_val) then do_tiebr =
-- Initialize
Line 145:
-- Whether to use tiebreak
local use_tiebr_val = Args['use_tiebr'] or '
local do_tiebr =
if yesno(use_tiebr_val) then do_tiebr =
-- Some local vars
|