updated tribe state

This commit is contained in:
Jack 2021-04-05 00:58:55 +01:00
parent 263800971d
commit 0427e3b28b

View file

@ -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