From 99315ac3c6e2372b232c7480d84e73bf6353892c Mon Sep 17 00:00:00 2001 From: gaoxin Date: Sat, 25 Jul 2020 16:05:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E5=85=85=E5=BC=95=E5=AF=BC=E5=85=B3?= =?UTF-8?q?=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/Guide/GuideManager.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua b/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua index 61f44d31ba..6b2eae9f51 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua @@ -19,10 +19,10 @@ end function this.OnLevelChange() -- 首充引导特殊处理到十级开放 - if PlayerManager.level == 10 then - table.insert(_FuncGuideList, 100200) - this.CheckFuncGuide() - end + -- if PlayerManager.level == 10 then + -- table.insert(_FuncGuideList, 100200) + -- this.CheckFuncGuide() + -- end end -- function this.OnFunctionOpen(funcId)