From 81a6fd387b461f4807b82e1fde7d288b7cb1ccde Mon Sep 17 00:00:00 2001 From: codemann8 Date: Sat, 17 Jan 2026 11:44:40 -0600 Subject: [PATCH] no change --- BaseClasses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseClasses.py b/BaseClasses.py index d2bd6ddf..bf5e35ae 100644 --- a/BaseClasses.py +++ b/BaseClasses.py @@ -1787,7 +1787,7 @@ class Entrance(object): if mirror_exit and mirror_region: if mirror_region.can_reach(state): traverse_paths(mirror_region, self.parent_region) - break # no need to continue if there is no path from the mirror re-entry to dest + break # no need to continue if there is no path from the mirror re-entry to dest mirror_map.pop(0) if found: path = state.path.get(mirror_region, (mirror_region.name, None))