From 4c8a4908e7e0ab1575e6e9a0093f54bd63d85b6f Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 04 二月 2026 21:07:17 +0800
Subject: [PATCH] 16 卡牌服务端(删除无用跨服管理模块、跨服功能、其他废弃代码;)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/EnterFB.py |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/EnterFB.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/EnterFB.py
index 61f4bf7..784d472 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/EnterFB.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/EnterFB.py
@@ -19,7 +19,6 @@
 import PlayerControl
 import FBCommon
 import ChConfig
-import PlayerFB
 
 
 ## GM命令执行入口
@@ -39,9 +38,6 @@
     if FBCommon.GetFBPDictValue(curPlayer, ChConfig.Def_PDict_LastEnterFBTick % mapID):
         FBCommon.SetFBPDictValue(curPlayer, ChConfig.Def_PDict_LastEnterFBTick % mapID, 0)
         
-    if mapID in ChConfig.Def_CrossMapIDList:
-        PlayerControl.PlayerEnterCrossServer(curPlayer, mapID, lineID)
-    else:
-        PlayerControl.PlayerEnterFB(curPlayer, mapID, lineID, posX, posY)
+    PlayerControl.PlayerEnterFB(curPlayer, mapID, lineID, posX, posY)
     return
 

--
Gitblit v1.8.0