From c4c4920b5bed796b5cc0eb9971d2e22c90721351 Mon Sep 17 00:00:00 2001 From: Duwibi <86431918+Duwibi@users.noreply.github.com> Date: Sun, 13 Apr 2025 19:19:55 +0300 Subject: [PATCH] Fixed small errors in map jsons (#430) ## Description: This PR fixed small errors in the jsons of a few map(this includes names of nations and a wrong flag) Fixes #475 ## Please complete the following: - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [x] I understand that submitting code with bugs that could have been caught through manual testing blocks releases and new features for all contributors ## Please put your Discord username so you can be contacted if a bug or regression is found: --- resources/maps/Africa.json | 2 +- resources/maps/Mena.json | 4 ++-- resources/maps/Oceania.json | 4 ++-- resources/maps/WorldMap.json | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/maps/Africa.json b/resources/maps/Africa.json index e929768ee..051521ebf 100644 --- a/resources/maps/Africa.json +++ b/resources/maps/Africa.json @@ -91,7 +91,7 @@ "coordinates": [1094, 1093], "name": "Democratic Republic of the Congo", "strength": 2, - "flag": "cg" + "flag": "cd" }, { "coordinates": [1021, 1365], diff --git a/resources/maps/Mena.json b/resources/maps/Mena.json index c858ac5a1..800fc09dd 100644 --- a/resources/maps/Mena.json +++ b/resources/maps/Mena.json @@ -53,7 +53,7 @@ }, { "coordinates": [1409, 372], - "name": "Palestinian Territory, Occupied", + "name": "Palestinian Territory", "strength": 1, "flag": "ps" }, @@ -173,7 +173,7 @@ }, { "coordinates": [98, 55], - "name": "2", + "name": "Mauritania", "strength": 1, "flag": "mr" }, diff --git a/resources/maps/Oceania.json b/resources/maps/Oceania.json index c321f1672..92cc6f747 100644 --- a/resources/maps/Oceania.json +++ b/resources/maps/Oceania.json @@ -71,7 +71,7 @@ }, { "coordinates": [182, 43], - "name": "Viet Nam", + "name": "Vietnam", "strength": 1, "flag": "vn" }, @@ -107,7 +107,7 @@ }, { "coordinates": [834, 215], - "name": "Micronesia, Federated States of", + "name": "Federated States of Micronesia", "strength": 1, "flag": "fm" }, diff --git a/resources/maps/WorldMap.json b/resources/maps/WorldMap.json index 23951d668..e195c7309 100644 --- a/resources/maps/WorldMap.json +++ b/resources/maps/WorldMap.json @@ -185,7 +185,7 @@ }, { "coordinates": [1238, 309], - "name": "Iran, Islamic Republic Of", + "name": "Islamic Republic Of Iran", "strength": 1, "flag": "ir" }, @@ -239,7 +239,7 @@ }, { "coordinates": [1074, 508], - "name": "Congo, The Democratic Republic of the", + "name": "The Democratic Republic of the Congo", "strength": 1, "flag": "cd" },