diff options
Diffstat (limited to 'Archipelago')
-rw-r--r-- | Archipelago/load.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Archipelago/load.gd b/Archipelago/load.gd index e593548..651fc39 100644 --- a/Archipelago/load.gd +++ b/Archipelago/load.gd | |||
@@ -553,7 +553,7 @@ func _load(): | |||
553 | oldparent.add_child(proxynode) | 553 | oldparent.add_child(proxynode) |
554 | 554 | ||
555 | # If the world was generated on 0.5.1, apply the hotfix for the number hunt doors. | 555 | # If the world was generated on 0.5.1, apply the hotfix for the number hunt doors. |
556 | if apclient.wasGeneratedOnVersion(0, 5, 1): | 556 | if apclient._panel_door_shuffle && apclient.wasGeneratedOnVersion(0, 5, 1): |
557 | var number_hunt_parent = get_node("Doors/Count Up Room Area Doors") | 557 | var number_hunt_parent = get_node("Doors/Count Up Room Area Doors") |
558 | var extradata_051_fix = apclient.get_node("Extradata").panels_mode_051_door_fixes | 558 | var extradata_051_fix = apclient.get_node("Extradata").panels_mode_051_door_fixes |
559 | for template_door_path in extradata_051_fix: | 559 | for template_door_path in extradata_051_fix: |