From 837e651d7b86e903bf4903f314a1921743503bde Mon Sep 17 00:00:00 2001 From: MarioSpore Date: Tue, 19 Aug 2025 23:23:11 -0400 Subject: [PATCH] Forgot to comment out the await function to fully disable opening the sleigh room door if you receive all the sleigh parts --- worlds/grinch/Client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/grinch/Client.py b/worlds/grinch/Client.py index df5e6271..66a7e83d 100644 --- a/worlds/grinch/Client.py +++ b/worlds/grinch/Client.py @@ -102,7 +102,7 @@ class GrinchClient(BizHawkClient): await self.location_checker(ctx) await self.receiving_items_handler(ctx) await self.goal_checker(ctx) - await self.constant_address_update(ctx) + # await self.constant_address_update(ctx) await self.option_handler(ctx) except bizhawk.RequestFailedError: