mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 01:47:43 +00:00
fix build errors from cherry picks
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -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)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user