mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-27 18:38:37 +08:00
not reseting the result if lobby was public
This commit is contained in:
parent
ef745d0392
commit
5a815d9e41
1 changed files with 1 additions and 1 deletions
|
|
@ -1212,7 +1212,7 @@ socket.on("mp_room_leave", () => {
|
|||
changeActiveSubpage("prelobby");
|
||||
resetLobby();
|
||||
resetRace();
|
||||
resetResult();
|
||||
if (privateRoom) resetResult();
|
||||
Matchmaking.enableLobbyButtons();
|
||||
Matchmaking.hideLeaveQueueButton();
|
||||
Matchmaking.showStartQueueButton();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue