Skip to content

Commit

Permalink
add extra entry for empty crew role
Browse files Browse the repository at this point in the history
  • Loading branch information
A-UNDERSCORE-D committed Aug 6, 2021
1 parent 66b39b5 commit c236798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EDMarketConnector.py
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,7 @@ def crewroletext(role: str) -> str:
"""
return {
None: '',
'': '',
'Idle': '',
'FighterCon': _('Fighter'), # LANG: Multicrew role
'FireCon': _('Gunner'), # LANG: Multicrew role
Expand Down

0 comments on commit c236798

Please sign in to comment.