From 8d5ec2b792de5c480a7e2fc6f935b29eabbc286b Mon Sep 17 00:00:00 2001 From: TsProphet94 Date: Tue, 10 Mar 2026 10:13:55 +0000 Subject: [PATCH] Fix: Register Strait of Hormuz in map generator (#3393) ## Description: This PR registers the straitofhormuz map in main.go. This ensures that the map is processed and included when running the map generator, as it was previously present in the resources but missing from the generation pipeline. ## Please complete the following: - [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 ## Please put your Discord username so you can be contacted if a bug or regression is found: TSProphet --- map-generator/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/map-generator/main.go b/map-generator/main.go index c760adb6e..097793fc7 100644 --- a/map-generator/main.go +++ b/map-generator/main.go @@ -62,6 +62,7 @@ var maps = []struct { {Name: "sierpinski"}, {Name: "southamerica"}, {Name: "straitofgibraltar"}, + {Name: "straitofhormuz"}, {Name: "surrounded"}, {Name: "svalmel"}, {Name: "world"},