hch
2018-10-20 29b9b27f10506a23233e5c5052657e2356152796
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_FamilyInvade.py
@@ -105,7 +105,8 @@
    if not curPlayer.GetFamilyID():
        GameWorld.DebugLog("OnEnterFBEvent not family!")
        return False
    if curPlayer.GetFamilyLV() < IpyGameDataPY.GetFuncCfg('SWRHFamilyLV'):
        return
#    startTick = GameWorld.GetGameWorld().GetGameWorldDictByKey(Map_FamilyInvadeFB_StartTick)
#    invadeCfg = GetFamilyInvadeCfg()
#    if tick - startTick > invadeCfg[Def_Time_MapPrepare] * 1000: