Merge remote-tracking branch 'origin/bugfix' into bugfix
This commit is contained in:
commit
b9be0901fa
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user