Skip to content

Commit 0c80855

Browse files
Fixed flag ids
1 parent 1c4c9ab commit 0c80855

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/models.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,43 +1110,43 @@
11101110
"template": "GLASS_PANE",
11111111
"data": 4000
11121112
},
1113-
"_UI_LANGUAGE_ENGLISH": {
1113+
"_UI_LANGUAGE_EN": {
11141114
"id": "gui/flags/united_kingdom",
11151115
"item": "player_head",
11161116
"template": "SKULL",
11171117
"data": 4055
11181118
},
1119-
"_UI_LANGUAGE_GERMAN": {
1119+
"_UI_LANGUAGE_DE": {
11201120
"id": "gui/flags/germany",
11211121
"item": "player_head",
11221122
"template": "SKULL",
11231123
"data": 4056
11241124
},
1125-
"_UI_LANGUAGE_FRENCH": {
1125+
"_UI_LANGUAGE_FR": {
11261126
"id": "gui/flags/france",
11271127
"item": "player_head",
11281128
"template": "SKULL",
11291129
"data": 4057
11301130
},
1131-
"_UI_LANGUAGE_ITALIAN": {
1131+
"_UI_LANGUAGE_IT": {
11321132
"id": "gui/flags/italy",
11331133
"item": "player_head",
11341134
"template": "SKULL",
11351135
"data": 4058
11361136
},
1137-
"_UI_LANGUAGE_SPANISH": {
1137+
"_UI_LANGUAGE_ES": {
11381138
"id": "gui/flags/spain",
11391139
"item": "player_head",
11401140
"template": "SKULL",
11411141
"data": 4059
11421142
},
1143-
"_UI_LANGUAGE_RUSSIAN": {
1143+
"_UI_LANGUAGE_RU": {
11441144
"id": "gui/flags/russia",
11451145
"item": "player_head",
11461146
"template": "SKULL",
11471147
"data": 4060
11481148
},
1149-
"_UI_LANGUAGE_POLISH": {
1149+
"_UI_LANGUAGE_PL": {
11501150
"id": "gui/flags/poland",
11511151
"item": "player_head",
11521152
"template": "SKULL",

0 commit comments

Comments
 (0)