From 00f63a2ec5dab2ac296a1f1b9ca7a7c4b712e039 Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Sat, 23 Sep 2023 03:56:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9c4w=E6=88=90=E7=BB=A9?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/c4wtrain_n.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/modes/c4wtrain_n.lua b/parts/modes/c4wtrain_n.lua index 81e1d1fd..62f75974 100644 --- a/parts/modes/c4wtrain_n.lua +++ b/parts/modes/c4wtrain_n.lua @@ -7,8 +7,8 @@ return { bg='rgb',bgm='oxygen', }, score=function(P) return {math.min(P.modeData.maxCombo,100),P.stat.time} end, - scoreDisp=function(D) return D[1].." Combo "..STRING.time(D[2]) end, - comp=function(a,b) return a[1]>b[1] or a[1]==b[1] and a[2]b[1] end, getRank=function(P) local L=P.stat.row if L>=100 then