From d752902dfe3b7d46e97184cf99c0824c4e85cd9a Mon Sep 17 00:00:00 2001 From: evanpelle Date: Tue, 19 Aug 2025 19:11:55 -0700 Subject: [PATCH] Remove Yenisei from public multiplayer games (#1874) The map is very large and the game lagged a lot on this map during playtests. So remove it from public lobbies. - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced regression is found: evan --- src/server/MapPlaylist.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/server/MapPlaylist.ts b/src/server/MapPlaylist.ts index ab2b78492..b87dd4c99 100644 --- a/src/server/MapPlaylist.ts +++ b/src/server/MapPlaylist.ts @@ -46,7 +46,6 @@ const frequency: Partial> = { SouthAmerica: 5, StraitOfGibraltar: 5, World: 8, - Yenisei: 6, }; type MapWithMode = {