fix:
开服竞赛排行榜修复
This commit is contained in:
parent
000de548c0
commit
d71ecf13f9
@ -12,7 +12,7 @@ export class RankKfjs extends Rank {
|
|||||||
constructor(ctype) {
|
constructor(ctype) {
|
||||||
super();
|
super();
|
||||||
this.ctype = ctype
|
this.ctype = ctype
|
||||||
this.ortype = `kfjs${kfjsFun.getStatus().type}`
|
this.ortype = `kfjs${kfjsFun.getStatus(ctype).type}`
|
||||||
}
|
}
|
||||||
|
|
||||||
getType(): rankType {
|
getType(): rankType {
|
||||||
|
Loading…
Reference in New Issue
Block a user