ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBillboard.py
@@ -43,12 +43,6 @@
            
    return
def DoBillboardOpen(curPlayer):
    ## 排行榜开启时需要处理的
    #UpdatePlayerBillboardOnLeaveServer(curPlayer, True) # 主动同步一次榜单
    #OpenServerCampaign.DoBillboardOpen(curPlayer) # 同步开服活动榜单
    return
def BillboardOnLogin(curPlayer):
    # 上线默认同步排行榜
    UpdatePlayerBillboardOnLeaveServer(curPlayer) #排行榜已实时更新,故上线不再同步