From d8483bef6ef543a401fd806dc483b454ceed181f Mon Sep 17 00:00:00 2001 From: MarioSpore Date: Tue, 9 Sep 2025 23:09:56 -0400 Subject: [PATCH] Fixes client crash if the emulator is paused with ringlink enabled. Still won't be able to send out ringlink when this occurs --- 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 3c0f5734..490d2cd2 100644 --- a/worlds/grinch/Client.py +++ b/worlds/grinch/Client.py @@ -335,7 +335,7 @@ class GrinchClient(BizHawkClient): async def ring_link_output(self, ctx: "BizHawkClientContext"): from CommonClient import logger - while not ctx.exit_event or ctx.slot: + while not ctx.exit_event and ctx.slot: try: current_egg_count = int.from_bytes(