Skip to content

Commit 39609d4

Browse files
committed
Fix player count configuration for Surrounded map
1 parent ab5b044 commit 39609d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/configuration/DefaultConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const numPlayersConfig = {
8787
[GameMapType.Lemnos]: [20, 15, 10],
8888
[GameMapType.TwoLakes]: [60, 50, 40],
8989
[GameMapType.StraitOfHormuz]: [40, 36, 30],
90-
[GameMapType.Surrounded]: [56, 28, 14], // 4, 2, 1 players per island
90+
[GameMapType.Surrounded]: [42, 28, 14], // 3, 2, 1 players per island
9191
} as const satisfies Record<GameMapType, [number, number, number]>;
9292

9393
export abstract class DefaultServerConfig implements ServerConfig {

0 commit comments

Comments
 (0)