hxp
2024-10-17 8f7a29d699d30c14695a1a47a6fb70f45f9f4177
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFeastRedPacket.py
@@ -39,7 +39,7 @@
    playerManager = GameWorld.GetPlayerManager()
    for i in xrange(playerManager.OnlineCount()):
        curPlayer = playerManager.OnlineAt(i)
        if curPlayer == None or not curPlayer.GetInitOK():
        if not GameWorld.IsNormalPlayer(curPlayer):
            continue
        __CheckPlayerFeastRedPacketAction(curPlayer)