mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-29 11:53:29 -07:00
Fix issues after merge
This commit is contained in:
@@ -807,7 +807,6 @@ def sort_portals(portal_pairs: Dict[Portal, Portal], world: "TunicWorld") -> Dic
|
||||
largest_shop_number = max(world.used_shop_numbers)
|
||||
reference_list.extend([f"Shop Portal {i + 1}" for i in range(largest_shop_number)])
|
||||
|
||||
|
||||
for name in reference_list:
|
||||
for portal1, portal2 in portal_pairs.items():
|
||||
if name == portal1.name:
|
||||
|
||||
Reference in New Issue
Block a user