fix connection type
This commit is contained in:
parent
54346896b9
commit
31579283cd
@ -311,6 +311,10 @@ class ConnectionManager {
|
||||
|
||||
//user connected, set connected store for menu at true
|
||||
userIsConnected.set(true);
|
||||
|
||||
if (this.connexionType === GameConnexionTypes.anonymous) {
|
||||
this.connexionType = GameConnexionTypes.empty
|
||||
}
|
||||
}
|
||||
|
||||
get currentRoom() {
|
||||
|
Loading…
Reference in New Issue
Block a user