Fix party join attempt with a connection issue on the home screen
This commit is contained in:
parent
08e43bb9cf
commit
109306f3e4
@ -238,8 +238,10 @@ class Session extends EventEmitter {
|
||||
|
||||
_handleSocketReconnect() {
|
||||
this.emit("connected");
|
||||
if (this._partyId) {
|
||||
this.joinParty(this._partyId, this._password);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export default Session;
|
||||
|
Loading…
Reference in New Issue
Block a user