Remove yenisei because there is no source in map-generate/assets so the map cannot be rebuilt

This commit is contained in:
evanpelle
2025-11-20 19:18:37 -08:00
parent f4a7788cdf
commit cf7e658d3d
10 changed files with 0 additions and 65 deletions
-1
View File
@@ -77,7 +77,6 @@ const numPlayersConfig = {
[GameMapType.SouthAmerica]: [70, 50, 40],
[GameMapType.StraitOfGibraltar]: [100, 70, 50],
[GameMapType.World]: [50, 30, 20],
[GameMapType.Yenisei]: [150, 100, 70],
} as const satisfies Record<GameMapType, [number, number, number]>;
export abstract class DefaultServerConfig implements ServerConfig {