修行引导屏蔽
parent
9700f316fe
commit
9e43668f82
|
@ -46,14 +46,14 @@ function this.HongMengGuideFun(OnOff)
|
||||||
this.IsFirstOpenHarmonyBei = true
|
this.IsFirstOpenHarmonyBei = true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
--修行引导
|
||||||
function this.PracticeGuideFun()
|
function this.PracticeGuideFun()
|
||||||
if not AppConst.isGuide then
|
-- if not AppConst.isGuide then
|
||||||
LogGreen("不在引导内,不引导神印")
|
-- LogGreen("不在引导内,不引导神印")
|
||||||
return
|
-- return
|
||||||
end
|
-- end
|
||||||
table.insert(_FuncGuideList, 102500)
|
-- table.insert(_FuncGuideList, 102500)
|
||||||
this.CheckFuncGuide()
|
-- this.CheckFuncGuide()
|
||||||
end
|
end
|
||||||
|
|
||||||
function this.OnLevelChange()
|
function this.OnLevelChange()
|
||||||
|
|
Loading…
Reference in New Issue