Content deleted Content added
No edit summary |
No edit summary |
||
Line 142:
end
if not hide_for_against then
tt = p_sub.colhead(tt,
tt = p_sub.colhead(tt,
if do_ratio then
tt = p_sub.colhead(tt,
elseif do_percentage then
tt = p_sub.colhead(tt,
else
tt = p_sub.colhead(tt,
end
if not hide_game_for_against then
tt = p_sub.colhead(tt,
tt = p_sub.colhead(tt,
if do_ratio then
tt = p_sub.colhead(tt,
elseif do_percentage then
tt = p_sub.colhead(tt,
else
tt = p_sub.colhead(tt,
end
if not hide_point_for_against then
tt = p_sub.colhead(tt,
tt = p_sub.colhead(tt,
if do_ratio then
tt = p_sub.colhead(tt,
elseif do_percentage then
tt = p_sub.colhead(tt,
else
tt = p_sub.colhead(tt,
end
end
|