From 57a3c0ce37775d4688ca70f117a145d6c0f32e6e Mon Sep 17 00:00:00 2001 From: gaoxin Date: Wed, 26 Aug 2020 15:51:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E5=85=85=E5=BC=95=E5=AF=BC10=E7=BA=A7?= =?UTF-8?q?=E5=BC=80=E6=94=BE?= 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 8e0d94474d..a2cdc1e648 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)