修复使用过tas后mod菜单会显示unranked close #371

优化mod菜单unrank刷新时机计算
This commit is contained in:
MrZ626
2021-10-12 19:16:17 +08:00
parent 88bd9216d0
commit 7ba0d0d3a0
2 changed files with 9 additions and 6 deletions

View File

@@ -254,7 +254,7 @@ function scoreValid()--Check if any unranked mods are activated
return false
end
end
if GAME.tasUsed then
if GAME.playing and GAME.tasUsed then
return false
end
return true