1
0
forked from akanyan/mu3-mods

fix(MPO): min threshold from 0 to AA

This commit is contained in:
2024-12-24 02:02:03 +00:00
parent 8c532260b3
commit 0ece7d4f42
6 changed files with 25 additions and 16 deletions

View File

@ -48,7 +48,7 @@ class patch_OptionMiniSummaryController: OptionMiniSummaryController {
comp.text = "FB未達で中断";
break;
case 7:
comp.text = "スコア表示";
comp.text = "AA未達で中断";
break;
}
} else {