fixed previous commit typo

This commit is contained in:
Miodec 2021-01-21 18:53:31 +00:00
parent 06ff9c9a4b
commit 762cc62cb1

View file

@ -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("");