mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-12 10:24:20 +08:00
fixed previous commit typo
This commit is contained in:
parent
06ff9c9a4b
commit
762cc62cb1
1 changed files with 1 additions and 1 deletions
|
|
@ -762,7 +762,7 @@ MP.socket.on("mp_room_finishTimer_over", (data) => {
|
|||
MP.socket.on("mp_room_test_init", (data) => {
|
||||
mp_playSound("start");
|
||||
MP.room.testStats = {};
|
||||
destroyAllGraphs();
|
||||
destroyAllGraphs(graphs);
|
||||
seedrandom(data.seed, { global: true });
|
||||
mp_refreshTestUserList();
|
||||
changePage("");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue