开服竞赛排行榜修复
This commit is contained in:
xcy 2023-12-29 17:06:59 +08:00
parent 000de548c0
commit d71ecf13f9

View File

@ -12,7 +12,7 @@ export class RankKfjs extends Rank {
constructor(ctype) {
super();
this.ctype = ctype
this.ortype = `kfjs${kfjsFun.getStatus().type}`
this.ortype = `kfjs${kfjsFun.getStatus(ctype).type}`
}
getType(): rankType {