pvp:修复排行榜顺序
This commit is contained in:
@@ -660,7 +660,7 @@ export class Rank {
|
||||
}
|
||||
}
|
||||
|
||||
public async getRankListWithMyRank(myId: myIdInter, isReverse = false) {
|
||||
public async getRankListWithMyRank(myId: myIdInter, isReverse = true) {
|
||||
let ranks = await this.getRankByRange('+inf', '-inf', isReverse);
|
||||
let newRanks = [], newMyRank: any;
|
||||
let myRank = ranks.find(cur => {
|
||||
|
||||
Reference in New Issue
Block a user