修复地图上两个无尽模式每次启动都会消失

This commit is contained in:
MrZ626
2021-07-13 22:25:50 +08:00
parent f826899f45
commit 51e709acf6

View File

@@ -160,7 +160,7 @@ local loadingThread=coroutine.wrap(function()
end
end
end
if not(M and M.score)then
if not(M and M.x)then
RANKS[name]=nil
editFlag=true
end