Revert "Make april fool maps have the same name as normal maps (#3555)"

This reverts commit 38be51a2d6.
This commit is contained in:
evanpelle
2026-04-01 20:02:16 -07:00
parent 2cf0f5bfd2
commit 85f09c1c98
2 changed files with 5 additions and 9 deletions
+5 -5
View File
@@ -144,11 +144,11 @@ export enum GameMapType {
SanFrancisco = "San Francisco",
Aegean = "Aegean",
Dyslexdria = "Dyslexdria",
MilkyWay = "Milky Way",
AmazonRiverWide = "Amazon River ",
ReglaciatedAntarctica = "Deglaciated Antarctica ",
TheBoxPlus = "The Box ",
WorldRotated = "World ",
MilkyWay = "MilkyWay",
AmazonRiverWide = "Amazon River Wide",
ReglaciatedAntarctica = "Reglaciated Antarctica",
TheBoxPlus = "The Box Plus",
WorldRotated = "World Rotated",
Mediterranean = "Mediterranean",
}