cover other exit bit

This commit is contained in:
Ryan Barlow
2026-02-04 20:38:32 +00:00
parent eafc5ff96a
commit 118f05c4b0
+3
View File
@@ -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();
}