From d71ecf13f9d515feb5b6519469d6bb58a304ed97 Mon Sep 17 00:00:00 2001 From: xcy Date: Fri, 29 Dec 2023 17:06:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=80=E6=9C=8D=E7=AB=9E=E8=B5=9B?= =?UTF-8?q?=E6=8E=92=E8=A1=8C=E6=A6=9C=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/public/rank/rank_kfjs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {