Merge branch 'openfrontio:main' into build/migrate-webpack-to-vite

This commit is contained in:
Wraith
2025-12-27 00:40:23 +03:00
committed by GitHub
53 changed files with 2385 additions and 421 deletions
+1
View File
@@ -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 {