From 0427e3b28b4c19e6fde87a368702ea79bfa0af6a Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 5 Apr 2021 00:58:55 +0100 Subject: [PATCH] updated tribe state --- src/js/test/funbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/test/funbox.js b/src/js/test/funbox.js index db88d62a3..4b859f872 100644 --- a/src/js/test/funbox.js +++ b/src/js/test/funbox.js @@ -75,7 +75,7 @@ export async function activate(funbox, mode, mp = false) { if (!Tribe.checkIfCanChangeConfig(mp)) { return; } - if (TestLogic.active || (TestUI.resultVisible && Tribe.state < 8)) { + if (TestLogic.active || (TestUI.resultVisible && Tribe.state < 6)) { Notifications.add( "You can only change the funbox before starting a test.", 0