Core: set convert_name_groups to true for LocationSet (#1663)
This commit is contained in:
parent
eb503adb13
commit
a86fd37860
|
@ -904,6 +904,7 @@ class StartHints(ItemSet):
|
|||
|
||||
class LocationSet(OptionSet):
|
||||
verify_location_name = True
|
||||
convert_name_groups = True
|
||||
|
||||
|
||||
class StartLocationHints(LocationSet):
|
||||
|
|
Loading…
Reference in New Issue