diff --git a/src/public/rank/rank_kfjs.ts b/src/public/rank/rank_kfjs.ts index 91b21ad..5c00535 100644 --- a/src/public/rank/rank_kfjs.ts +++ b/src/public/rank/rank_kfjs.ts @@ -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 {