触发防沉迷的两个时间点降低到为2小时和4小时

This commit is contained in:
MrZ626
2021-09-16 20:17:06 +08:00
parent 152dc13ded
commit 8677e98a24

View File

@@ -212,9 +212,9 @@ function legalGameTime()--Check if today's playtime is legal
RANKS.sprint_10l<4 and
(not RANKS.sprint_40l or RANKS.sprint_40l<3)
then
if STAT.todayTime<14400 then
if STAT.todayTime<7200 then
return true
elseif STAT.todayTime<21600 then
elseif STAT.todayTime<14400 then
MES.new('warn',text.playedLong)
return true
else