diff --git a/src/js/tribe.js b/src/js/tribe.js index 079ac76d4..58f527b6e 100644 --- a/src/js/tribe.js +++ b/src/js/tribe.js @@ -640,7 +640,9 @@ function refreshConfig() { } export function testFinished(result) { - socket.emit("mp_room_test_finished", { result: result }); + if (state >= 21) { + socket.emit("mp_room_test_finished", { result: result }); + } } function showCountdown(faint = false) {