mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-25 18:14:36 +00:00
cover other exit bit
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user