Skip to content

Commit

Permalink
Update comment in getLocalizedCountryList
Browse files Browse the repository at this point in the history
  • Loading branch information
GrzybDev authored Jun 1, 2024
1 parent 2ce2d0e commit e9abf3b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bfbc2_masterserver/tools/country_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -2791,9 +2791,14 @@ def getLocalizedCountryList(locale: ClientLocale):
# Return the list of countries in specified format:
# {
# "ISOCode": "DBG",
# "Name": "Debugistan"
# "description": "Debugistan",
# }
#
# Country can have these optional values:
# allowEmailsDefaultValue [boolean]
# parentalControlAgeLimit [int]
# registrationAgeLimit [int]
#
# If the country has a localized name, it will be used. Otherwise, the English name will be used.

countries = []
Expand Down

0 comments on commit e9abf3b

Please sign in to comment.