ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/GameServerRefresh.py
@@ -719,6 +719,9 @@
# DB推送过来的充值信息
def PushRecharge(index, tick):
    curPlayer = GameWorld.GetPlayerManager().GetPlayerByIndex(index)
    if not curPlayer or curPlayer.IsEmpty():
        #可能刚好下线导致玩家对象为空
        return
    cPlayerCoin = PlayerCoin.CPY_PlayerCoinToGold()
    cPlayerCoin.useCoin = curPlayer.GetOrderAmount()
    cPlayerCoin.orderID = curPlayer.GetOrderID()