diff --git a/src/client/HostLobbyModal.ts b/src/client/HostLobbyModal.ts index dc0a6cb90..8948b64dc 100644 --- a/src/client/HostLobbyModal.ts +++ b/src/client/HostLobbyModal.ts @@ -556,7 +556,7 @@ export class HostLobbyModal extends LitElement { : translateText("host_modal.players") } - ${this.nationCount} + ${this.disableNPCs ? 0 : this.nationCount} ${ this.nationCount === 1 ? translateText("host_modal.nation_player")