From 51aad167cc1d4ab2100039fe3480fdc6d18532c1 Mon Sep 17 00:00:00 2001 From: MarioSpore Date: Sat, 6 Sep 2025 20:05:36 -0400 Subject: [PATCH] Update ap connection detection to only after the slot name is entered and you fully connect --- 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 1765b5cd..6f49361f 100644 --- a/worlds/grinch/Client.py +++ b/worlds/grinch/Client.py @@ -89,7 +89,7 @@ class GrinchClient(BizHawkClient): async def game_watcher(self, ctx: "BizHawkClientContext") -> None: from CommonClient import logger #If the player is not connected to an AP Server, or their connection was disconnected. - if ctx.server is None or ctx.server.socket.closed or ctx.slot_data is None: + if not ctx.slot: return try: