From a86fd378600c452f952bf563b40eae7221391d75 Mon Sep 17 00:00:00 2001 From: alwaysintreble Date: Tue, 4 Apr 2023 12:29:20 -0500 Subject: [PATCH] Core: set convert_name_groups to true for LocationSet (#1663) --- Options.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Options.py b/Options.py index 8c739626..48d802b5 100644 --- a/Options.py +++ b/Options.py @@ -904,6 +904,7 @@ class StartHints(ItemSet): class LocationSet(OptionSet): verify_location_name = True + convert_name_groups = True class StartLocationHints(LocationSet):