mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 11:26:13 +08:00
updated tribe state
This commit is contained in:
parent
263800971d
commit
0427e3b28b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue