From ae327b27c7d260e7a5c7b9ead3231a2c1dcbf428 Mon Sep 17 00:00:00 2001 From: alwaysintreble Date: Fri, 24 Feb 2023 21:38:02 -0600 Subject: [PATCH] :forehead: --- BaseClasses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseClasses.py b/BaseClasses.py index ba4a659f92..8e2a2f763d 100644 --- a/BaseClasses.py +++ b/BaseClasses.py @@ -589,7 +589,7 @@ class MultiWorld(): """Determine if this location is relevant to sweep.""" if getattr(sys, "gettrace", None) \ and location.progress_type != LocationProgressType.EXCLUDED \ - and (location.player in players["locations"] or location.event + and (location.player in players["full"] or location.event or (location.item and location.item.advancement)): return True return False