Revert "Fix WorldRotated enum value to match lang key 🌐 (#3553)"

This reverts commit 4dda807b03.
This commit is contained in:
evanpelle
2026-04-01 20:02:56 -07:00
parent ff7f459825
commit 8b9f714d6f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -356,7 +356,7 @@
"amazonriverwide": "Amazon River Wide",
"reglaciatedantarctica": "Reglaciated Antarctica",
"theboxplus": "The Box PLUS",
"worldrotated": "World Rotated",
"worldrotated": "World for Mobile",
"mediterranean": "Mediterranean"
},
"map_categories": {
+1 -1
View File
@@ -147,7 +147,7 @@ export enum GameMapType {
AmazonRiverWide = "Amazon River Wide",
ReglaciatedAntarctica = "Reglaciated Antarctica",
TheBoxPlus = "The Box Plus",
WorldRotated = "World Rotated",
WorldRotated = "World for Mobile",
Mediterranean = "Mediterranean",
}