diff --git a/src/client/PublicLobby.ts b/src/client/PublicLobby.ts index 77ad4c5d7..7181e4f68 100644 --- a/src/client/PublicLobby.ts +++ b/src/client/PublicLobby.ts @@ -96,7 +96,7 @@ export class PublicLobby extends LitElement { const teamCount = lobby.gameConfig.gameMode === GameMode.Team - ? lobby.gameConfig.playerTeams || 0 + ? lobby.gameConfig.numPlayerTeams || 0 : null; return html` diff --git a/src/core/configuration/DefaultConfig.ts b/src/core/configuration/DefaultConfig.ts index bb3e61f87..226a893cd 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -106,7 +106,6 @@ export abstract class DefaultServerConfig implements ServerConfig { GameMapType.Oceania, GameMapType.Japan, // Japan at this level because its 2/3 water GameMapType.FaroeIslands, - GameMapType.DeglaciatedAntarctica, GameMapType.EuropeClassic, ].includes(map) ) {