Fixes client crash if the emulator is paused with ringlink enabled. Still won't be able to send out ringlink when this occurs

This commit is contained in:
MarioSpore
2025-09-09 23:09:56 -04:00
parent 56a198fcfd
commit d8483bef6e

View File

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