hxp
7 天以前 a1ea5474ffd2b081668f9a0cef8d069aa78db85d
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py
@@ -121,6 +121,10 @@
# @return None
def SendEventPack(eventTypeStr, dataDict, curPlayer=None):
    if GameWorld.IsBattleServer():
        GameWorld.DebugLogEx("战斗服务器暂不做流向记录")
        return
    if curPlayer:
        if not GameWorld.IsNormalPlayer(curPlayer):
            return