排行文件使用rec后缀

This commit is contained in:
MrZ626
2020-12-14 16:49:36 +08:00
parent 020c87158c
commit 6e3961fe0f
3 changed files with 3 additions and 3 deletions

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,"l")
FILE.save(L,"record/"..M.name..".rec","l")
end
end
end