From 5e2dab0d4432a179790b9f4a1ae6fded144a05d8 Mon Sep 17 00:00:00 2001 From: frutescens Date: Wed, 18 Sep 2024 12:11:11 -0700 Subject: [PATCH] argh --- src/ui/run-info-ui-handler.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ui/run-info-ui-handler.ts b/src/ui/run-info-ui-handler.ts index e3aa17ec811..bf1f816c073 100644 --- a/src/ui/run-info-ui-handler.ts +++ b/src/ui/run-info-ui-handler.ts @@ -381,7 +381,8 @@ export default class RunInfoUiHandler extends UiHandler { modeText.appendText(`${i18next.t("gameMode:dailyRun")}`, false); break; case GameModes.SPLICED_ENDLESS: - modeText.appendText(`${i18next.t("gameMode:endlessSpliced")}`, false); break; + modeText.appendText(`${i18next.t("gameMode:endlessSpliced")}`, false); + break; case GameModes.CHALLENGE: modeText.appendText(`${i18next.t("gameMode:challenge")}`, false); modeText.appendText(`${i18next.t("runHistory:challengeRules")}: `);