静默保存record

This commit is contained in:
MrZ626
2020-12-14 22:11:53 +08:00
parent f0fb37c9fc
commit e2c29aabf8

View File

@@ -1546,7 +1546,7 @@ local function gameOver()--Save record
D.date=os.date("%Y/%m/%d %H:%M")
ins(L,p+1,D)
if L[11]then L[11]=nil end
FILE.save(L,"record/"..M.name..".rec","l")
FILE.save(L,"record/"..M.name..".rec","lq")
end
end
end