fix lobby join bug

This commit is contained in:
evanpelle
2024-10-15 20:09:08 -07:00
parent be7a01954a
commit e6fe0141b9
+1 -1
View File
@@ -81,7 +81,7 @@ class Client {
}
);
this.game.join(() => {
this.joinModal.closeAndLeave()
this.joinModal.close()
});
const g = this.game;
}