森罗排行修改

back_recharge
lvxinran 2021-07-01 15:42:48 +08:00
parent 7ed896b78c
commit 5515c1b9a1
1 changed files with 0 additions and 7 deletions

View File

@ -13,13 +13,6 @@ public class TowerRank extends AbstractRank {
public TowerRank(Integer type,String redisKey){
super(type,redisKey);
}
@Override
public PlayerInfoProto.RankResponse getRank(int uid,String rkey,int page,int rankEndLine) throws Exception {
rankEndLine = SSpecialConfig.getIntegerValue(SSpecialConfig.TRIAL_RANKINGSHOWNUM);
return super.getRank(uid,rkey,1, rankEndLine);
}
// @Override
// public long[] getDataByScore(Double score) {
// long[] array = new long [2];