ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossActAllRecharge.py
@@ -311,6 +311,9 @@
def Sync_CrossActAllRechargeInfo(curPlayer=None, syncKey=None):
    ## 通知活动信息
    
    if PyGameData.g_crossActInfoDict == None:
        return
    if curPlayer:
        actInfo = CrossActionControl.GetPlayerCrossActInfo(curPlayer, ShareDefine.CrossActName_AllRecharge)
        # 活动中同步活动信息