mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user