Skip to content

Commit

Permalink
Added England, Scotland, Wales
Browse files Browse the repository at this point in the history
  • Loading branch information
osztenkurden committed Nov 19, 2022
1 parent a1f11ac commit 3a9d333
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/HUD/Players/Player.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,5 @@ const arePropsEqual = (prevProps: Readonly<IProps>, nextProps: Readonly<IProps>)
return arePlayersEqual(prevProps.player, nextProps.player);
}

export default React.memo(Player, arePropsEqual);
//export default React.memo(Player, arePropsEqual);
export default Player;
3 changes: 3 additions & 0 deletions src/HUD/countries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ export const countries: any = {
'UA' : 'Ukraine',
'AE' : 'United Arab Emirates',
'GB' : 'United Kingdom',
'GB-ENG': 'England',
'GB-SCT': 'Scotland',
'GB-WLS': 'Wales',
'US' : 'United States',
'UM' : 'United States Outlying Islands',
'UY' : 'Uruguay',
Expand Down

0 comments on commit 3a9d333

Please sign in to comment.