尝试修复一些关卡解锁相关问题

This commit is contained in:
MrZ626
2021-07-10 14:44:54 +08:00
parent 77b9809eaa
commit 4db12c500e
2 changed files with 2 additions and 2 deletions

View File

@@ -661,7 +661,7 @@ local commands={}do
if bool=="sure"then
for name,M in next,MODES do
if type(name)=='string'and not RANKS[name]and M.x then
RANKS[name]=M.score and 0 or 6
if M.x then RANKS[name]=0 end
end
end
FILE.save(RANKS,'conf/unlock')