调整mod系统交互逻辑

This commit is contained in:
MrZ626
2020-11-22 19:58:08 +08:00
parent fb5ea1643a
commit 3b717d4705
5 changed files with 31 additions and 24 deletions

View File

@@ -1345,7 +1345,7 @@ local function gameOver()--Save record
if R>0 then
GAME.rank=R
end
if not GAME.unranked then
if scoreValid()then
local r=RANKS[M.name]--Old rank
local needSave
if R>r then