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

View File

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