From b7270f2676fd8e37aa05d71dcd31b9f42938b4d5 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 28 三月 2019 15:07:10 +0800 Subject: [PATCH] 6373 【后端】【2.0】删除无用功能代码、封包、配置 --- ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBillboard.py | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBillboard.py b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBillboard.py index 6423041..57e9abd 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBillboard.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBillboard.py @@ -20,10 +20,8 @@ import GameWorld import ChConfig import ShareDefine -import ReadChConfig import ChPyNetSendPack import NetPackCommon -import PlayerDBGSEvent import DataRecordPack import PlayerFamily @@ -655,13 +653,6 @@ def IsBillboardLVLimit(playerLV, billboardType): # 等级判断已由地图处理掉,这里不再做判断 return True -# BillBoardLimitInfo = ReadChConfig.GetEvalChConfig("BillBoardLimit") -# defaultMinLV, limitLVDict = BillBoardLimitInfo -# lvBillBoardMinLV = limitLVDict.get(billboardType, defaultMinLV) -# if playerLV < lvBillBoardMinLV: -# return True -# -# return False def RedressBillboard(curPlayer): ## 纠正排行榜中的玩家名字记录 -- Gitblit v1.8.0