mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Core: set convert_name_groups to true for LocationSet (#1663)
This commit is contained in:
@@ -904,6 +904,7 @@ class StartHints(ItemSet):
|
|||||||
|
|
||||||
class LocationSet(OptionSet):
|
class LocationSet(OptionSet):
|
||||||
verify_location_name = True
|
verify_location_name = True
|
||||||
|
convert_name_groups = True
|
||||||
|
|
||||||
|
|
||||||
class StartLocationHints(LocationSet):
|
class StartLocationHints(LocationSet):
|
||||||
|
Reference in New Issue
Block a user