From be75d2a6b5ed467c3e62a01194656a065c186f13 Mon Sep 17 00:00:00 2001 From: Mohamad Reza <141027308+0xSYJiK@users.noreply.github.com> Date: Tue, 18 Nov 2025 01:46:25 +0330 Subject: [PATCH] fixed Pahlavi Iran flag not showing in game (#2469) If this PR fixes an issue, link it below. If not, delete these two lines. Resolves #(issue number) ## Description: Describe the PR. ## 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: DISCORD_USERNAME --- src/client/data/countries.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/client/data/countries.json b/src/client/data/countries.json index e46b5ae8a..6b998f5e0 100644 --- a/src/client/data/countries.json +++ b/src/client/data/countries.json @@ -979,6 +979,11 @@ "continent": "Asia", "name": "Iran" }, + { + "code": "Pahlavi Iran", + "continent": "Asia", + "name": "Pahlavi Iran" + }, { "code": "ie", "continent": "Europe",