打开主菜单

Ballance Wiki β

更改

模块:Standings

删除4字节2022年11月22日 (二) 19:33
无编辑摘要
local date_col = 6
-- .0 => .4999499, .5 => .9999999
function expand_from_old_SR_time(score)
if score:len() == 6 then
if score:sub(-1) == '0' then
score = score:sub(1, -2) .. '4999499'
elseif score:sub(-1) == '5' then
score = score:sub(1, -2) .. '9999999'
end
end
556
个编辑