hxp
5 天以前 cb452abc7bcda94073cfe0d136e831252374853d
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