mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Update ap connection detection to only after the slot name is entered and you fully connect
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user