From 8b9f714d6f7415f7ff8e5f59c1b5a44b1cabcb2e Mon Sep 17 00:00:00 2001 From: evanpelle Date: Wed, 1 Apr 2026 20:02:56 -0700 Subject: [PATCH] =?UTF-8?q?Revert=20"Fix=20WorldRotated=20enum=20value=20t?= =?UTF-8?q?o=20match=20lang=20key=20=F0=9F=8C=90=20(#3553)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 4dda807b03b5d9ff563ae78cf41773f47a0cc8fa. --- resources/lang/en.json | 2 +- src/core/game/Game.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en.json b/resources/lang/en.json index 105443b75..2c61a00be 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -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": { diff --git a/src/core/game/Game.ts b/src/core/game/Game.ts index e61a3185e..f76355483 100644 --- a/src/core/game/Game.ts +++ b/src/core/game/Game.ts @@ -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", }