Merge remote-tracking branch 'origin/bugfix' into bugfix

This commit is contained in:
dy 2023-12-29 17:25:40 +08:00
commit b9be0901fa

View File

@ -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 {