From 18d24b638ff6cccd4341b2eb98e7e344c8831598 Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Wed, 14 Jul 2021 17:41:26 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=B7=A8=E6=9C=8D=E5=A4=A9=E6=A2=AF?= =?UTF-8?q?=E3=80=91=E5=9B=BD=E5=86=85=E6=8F=90=E4=BA=A4+1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/JumpServer/JumpServerPanel.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/JumpServer/JumpServerPanel.lua b/Assets/ManagedResources/~Lua/Modules/JumpServer/JumpServerPanel.lua index db0325c326..a95a02687c 100644 --- a/Assets/ManagedResources/~Lua/Modules/JumpServer/JumpServerPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/JumpServer/JumpServerPanel.lua @@ -180,6 +180,7 @@ function this.SystemState(id,fun) fun() fun = nil end + return end local conFigWorldLevel = ConfigManager.GetConfigData(ConfigName.MServerArenaSetting,1).WorldLevel if PlayerManager.worldLeve < conFigWorldLevel then --如果世界等级不足 @@ -189,6 +190,7 @@ function this.SystemState(id,fun) fun() fun = nil end + return end if ActTimeCtrlManager.SingleFuncState(FUNCTION_OPEN_TYPE.JumpServer_HightLadder) == false then --如果未解锁 state = -3 @@ -197,6 +199,7 @@ function this.SystemState(id,fun) fun() fun = nil end + return end JumpServerManager.GetWorldArenaInfoRequest(function() @@ -207,6 +210,7 @@ function this.SystemState(id,fun) fun() fun = nil end + return elseif not JumpServerManager.GetHightLadderDataIsGroup() then state = -5 tipStr = "未划分跨服分组,无法参与!" @@ -214,6 +218,7 @@ function this.SystemState(id,fun) fun() fun = nil end + return else state = 1 tipStr = "" @@ -221,6 +226,7 @@ function this.SystemState(id,fun) fun() fun = nil end + return end end) else