mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-03 11:10:51 +00:00
Merge branch 'openfrontio:main' into build/migrate-webpack-to-vite
This commit is contained in:
@@ -84,6 +84,7 @@ const numPlayersConfig = {
|
||||
[GameMapType.StraitOfGibraltar]: [100, 70, 50],
|
||||
[GameMapType.Svalmel]: [40, 36, 30],
|
||||
[GameMapType.World]: [50, 30, 20],
|
||||
[GameMapType.Lemnos]: [20, 15, 10],
|
||||
} as const satisfies Record<GameMapType, [number, number, number]>;
|
||||
|
||||
export abstract class DefaultServerConfig implements ServerConfig {
|
||||
|
||||
Reference in New Issue
Block a user