From 3689771a156b44781aa3904e7ad95580f7e561c7 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期六, 20 四月 2019 14:19:38 +0800
Subject: [PATCH] 6459 【后端】【2.0】缥缈仙域开发单(进入跨服副本判断及坐标逻辑优化,仙草园进入支持扣除门票)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
index ab00db7..7abbf6a 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
@@ -1626,15 +1626,12 @@
         if ret != ShareDefine.EntFBAskRet_OK:
             return
         
-    tick = GameWorld.GetGameWorld().GetTick()
-    for mapIDList in ChConfig.Def_FB_MapID.values():
-        if mapID not in mapIDList:
-            continue
+        tick = GameWorld.GetGameWorld().GetTick()
         if not FBLogic.OnEnterFBEvent(curPlayer, mapID, lineID, tick):
+            GameWorld.DebugLog("    OnEnterFBEvent False!", curPlayer.GetPlayerID())
             NotifyCode(curPlayer, "SingleEnterDefaul")
             return
-        break
-    
+        
     # 需要动态分布线路的地图,发送到跨服服务器进行分配
     if mapID in ChConfig.Def_CrossDynamicLineMap:
         extendInfo = {}

--
Gitblit v1.8.0