From d10f56cbd683c075ad792da0c09373904b2e75f2 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 02 十一月 2018 16:51:13 +0800 Subject: [PATCH] 4549 【后端】【1.2.0】中立地图(包括异兽之地)增加退出按钮 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py index 9184107..1fc2d40 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -3566,7 +3566,7 @@ #@return 返回值无意义 #@remarks 客户端封包响应 //03 10 退出副本#tagCExitFB def __Func_ExitFB(curPlayer, tick): - if GameWorld.GetMap().GetMapFBType() == IPY_GameWorld.fbtNull: + if GameWorld.GetMap().GetMapFBType() == IPY_GameWorld.fbtNull and curPlayer.GetMapID() not in IpyGameDataPY.GetFuncEvalCfg("MapLine", 4): return GameWorld.Log('玩家 = %s , 主动离开副本' % (curPlayer.GetName()) , curPlayer.GetID()) -- Gitblit v1.8.0