ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBillboard.py
@@ -62,6 +62,8 @@ def __CanPlayerBillboardComm(curPlayer): ## 玩家可否上榜通用检查 if not GameWorld.IsNormalPlayer(curPlayer): return False if not GameFuncComm.GetFuncCanUse(curPlayer, ShareDefine.GameFuncID_Billboard): GameWorld.DebugLog("排行榜未开启,无法上榜!curLV=%s" % (curPlayer.GetLV()), curPlayer.GetPlayerID()) return False