Add gateway map to rotation (#301)

Changes made via GitHub editor. I'll test as soon as I get home ~2.5-3
hours from now.
This commit is contained in:
APuddle210
2025-03-21 13:19:59 -04:00
committed by GitHub
parent 68621f326a
commit 2cac950574
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -285,6 +285,7 @@ function getNextMap(): GameMapType {
Asia: 2,
Mars: 2,
Britannia: 2,
GatewayToTheAtlantic: 2,
};
Object.keys(GameMapType).forEach((key) => {