修改几乎所有模式名

This commit is contained in:
MrZ626
2021-01-20 21:13:48 +08:00
parent 017e190e4a
commit 851469b6a5
76 changed files with 549 additions and 543 deletions

View File

@@ -361,8 +361,8 @@ end
function legalGameTime()--Check if today's playtime is legal
if
(SETTING.lang==1 or SETTING.lang==2 or SETTING.lang==7)and
RANKS.sprint_10<4 and
(not RANKS.sprint_40 or RANKS.sprint_40<3)
RANKS.sprint_10l<4 and
(not RANKS.sprint_40l or RANKS.sprint_40l<3)
then
if STAT.todayTime<14400 then
return true