Forgot to comment out the await function to fully disable opening the sleigh room door if you receive all the sleigh parts

This commit is contained in:
MarioSpore
2025-08-19 23:23:11 -04:00
parent 4d1d728db1
commit 837e651d7b

View File

@@ -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: