From 18550ff8aad1ea260badaa36ea6b1ff888b4cdcd Mon Sep 17 00:00:00 2001 From: Scott Anderson <662325+scottanderson@users.noreply.github.com> Date: Wed, 14 May 2025 02:26:21 -0400 Subject: [PATCH] src/client/PublicLobby.ts --- src/client/PublicLobby.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/PublicLobby.ts b/src/client/PublicLobby.ts index a699a84ea..f38410357 100644 --- a/src/client/PublicLobby.ts +++ b/src/client/PublicLobby.ts @@ -128,8 +128,8 @@ export class PublicLobby extends LitElement { )}
- ${lobby.gameConfig.gameMode == GameMode.Team - ? translateText("public_lobby.teams", { num: teamCount }) + ${lobby.gameConfig.gameMode === GameMode.Team + ? translateText("public_lobby.teams", { num: teamCount ?? 0 }) : translateText("game_mode.ffa")}