hxp
6 天以前 7bf88131759c20d54e175010d5b80da5d8148713
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/EnterFB.py
@@ -39,10 +39,7 @@
    if FBCommon.GetFBPDictValue(curPlayer, ChConfig.Def_PDict_LastEnterFBTick % mapID):
        FBCommon.SetFBPDictValue(curPlayer, ChConfig.Def_PDict_LastEnterFBTick % mapID, 0)
        
    tick = GameWorld.GetGameWorld().GetTick()
    if mapID in FBCommon.GetClientCustomScene():
        PlayerFB.DoEnterCustomScene(curPlayer, mapID, lineID, tick)
    elif mapID in ChConfig.Def_CrossMapIDList:
    if mapID in ChConfig.Def_CrossMapIDList:
        PlayerControl.PlayerEnterCrossServer(curPlayer, mapID, lineID)
    else:
        PlayerControl.PlayerEnterFB(curPlayer, mapID, lineID, posX, posY)