ALTTP: Plando (#2904) fixes (#3834)

This commit is contained in:
Silvris
2024-09-09 08:56:15 -05:00
committed by GitHub
parent e52ce0149a
commit 4aab317665
2 changed files with 15 additions and 1 deletions

View File

@@ -728,7 +728,7 @@ class ALttPPlandoConnections(PlandoConnections):
entrances = set([connection[0] for connection in (
*default_connections, *default_dungeon_connections, *inverted_default_connections,
*inverted_default_dungeon_connections)])
exits = set([connection[1] for connection in (
exits = set([connection[0] for connection in (
*default_connections, *default_dungeon_connections, *inverted_default_connections,
*inverted_default_dungeon_connections)])