Skip to content

Commit be75d2a

Browse files
authored
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
1 parent e22f248 commit be75d2a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/client/data/countries.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,11 @@
979979
"continent": "Asia",
980980
"name": "Iran"
981981
},
982+
{
983+
"code": "Pahlavi Iran",
984+
"continent": "Asia",
985+
"name": "Pahlavi Iran"
986+
},
982987
{
983988
"code": "ie",
984989
"continent": "Europe",

0 commit comments

Comments
 (0)