From 9e43668f82228f9c5dd9c90e08ce9336b078c2d2 Mon Sep 17 00:00:00 2001 From: yuanshuai <243578945@qq.com> Date: Thu, 28 Apr 2022 18:06:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=A1=8C=E5=BC=95=E5=AF=BC=E5=B1=8F?= =?UTF-8?q?=E8=94=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Guide/GuideManager.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua b/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua index f597ca4fdb..87b79cec62 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua @@ -46,14 +46,14 @@ function this.HongMengGuideFun(OnOff) this.IsFirstOpenHarmonyBei = true end end - +--修行引导 function this.PracticeGuideFun() - if not AppConst.isGuide then - LogGreen("不在引导内,不引导神印") - return - end - table.insert(_FuncGuideList, 102500) - this.CheckFuncGuide() + -- if not AppConst.isGuide then + -- LogGreen("不在引导内,不引导神印") + -- return + -- end + -- table.insert(_FuncGuideList, 102500) + -- this.CheckFuncGuide() end function this.OnLevelChange()