From 8677e98a244f1b2d5ac62c5549ff8a9f082b4b85 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Thu, 16 Sep 2021 20:17:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A6=E5=8F=91=E9=98=B2=E6=B2=89=E8=BF=B7?= =?UTF-8?q?=E7=9A=84=E4=B8=A4=E4=B8=AA=E6=97=B6=E9=97=B4=E7=82=B9=E9=99=8D?= =?UTF-8?q?=E4=BD=8E=E5=88=B0=E4=B8=BA2=E5=B0=8F=E6=97=B6=E5=92=8C4?= =?UTF-8?q?=E5=B0=8F=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/gametoolfunc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/gametoolfunc.lua b/parts/gametoolfunc.lua index b812eb25..09c42ef6 100644 --- a/parts/gametoolfunc.lua +++ b/parts/gametoolfunc.lua @@ -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