From 118f05c4b08deb264746cf5388b325c95409f90d Mon Sep 17 00:00:00 2001 From: Ryan Barlow Date: Wed, 4 Feb 2026 20:38:32 +0000 Subject: [PATCH] cover other exit bit --- src/client/Main.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/client/Main.ts b/src/client/Main.ts index 82f5c516a..0d6e5cdae 100644 --- a/src/client/Main.ts +++ b/src/client/Main.ts @@ -599,6 +599,9 @@ class Client { }; const onJoinChanged = () => { + // Always abort any in-progress join attempt, even if gameStop isn't set yet + this.joinAttemptId++; + if (this.gameStop !== null) { this.handleLeaveLobby(); }