From a69389e4730eaab4465befaa310f4583fbac9c6d Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 18 Sep 2023 14:53:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9B=BE=E9=9B=86=EF=BC=8C?= =?UTF-8?q?=E7=BC=96=E8=AF=91lua?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/userdata/activity/act_pvp/act_pvp_data.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/app/userdata/activity/act_pvp/act_pvp_data.lua b/lua/app/userdata/activity/act_pvp/act_pvp_data.lua index 6bd45a30..002ae269 100644 --- a/lua/app/userdata/activity/act_pvp/act_pvp_data.lua +++ b/lua/app/userdata/activity/act_pvp/act_pvp_data.lua @@ -108,6 +108,10 @@ function ActPvpData:getConditionDay() end function ActPvpData:getIsOpen() + if GFunc.isShenhe() then + return false + end + if not ModuleManager:getIsOpen(ModuleManager.MODULE_KEY.ACTIVITY, true) then return false end