diff --git a/src/core/configuration/DefaultConfig.ts b/src/core/configuration/DefaultConfig.ts index d135ec0cc..da71bb4b6 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -61,7 +61,7 @@ const numPlayersConfig = { [GameMapType.BlackSea]: [40, 50, 30], [GameMapType.Pangaea]: [40, 20, 30], [GameMapType.World]: [150, 80, 50], - [GameMapType.WorldMapGiant]: [150, 100, 60], + [GameMapType.WorldMapGiant]: [150, 120, 100], [GameMapType.Halkidiki]: [50, 40, 30], } as const satisfies Record; diff --git a/src/server/MapPlaylist.ts b/src/server/MapPlaylist.ts index dfec2aa3c..34fd68b32 100644 --- a/src/server/MapPlaylist.ts +++ b/src/server/MapPlaylist.ts @@ -10,6 +10,7 @@ const config = getServerConfigFromServer(); const frequency = { World: 3, + WorldMapGiant: 1, Europe: 2, Africa: 2, Australia: 1,