Core: set convert_name_groups to true for LocationSet (#1663)

This commit is contained in:
alwaysintreble 2023-04-04 12:29:20 -05:00 committed by GitHub
parent eb503adb13
commit a86fd37860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -904,6 +904,7 @@ class StartHints(ItemSet):
class LocationSet(OptionSet):
verify_location_name = True
convert_name_groups = True
class StartLocationHints(LocationSet):