fixed unable to change funbox on results screen

This commit is contained in:
Saint-dev 2021-05-18 15:10:50 -04:00
parent a54da8ac01
commit 044c96b735

View file

@ -165,7 +165,7 @@ export async function activate(funbox, mode) {
return true;
}
export function setFunbox(funbox, mode) {
if (TestLogic.active || TestUI.resultVisible) {
if (TestLogic.active) {
Notifications.add(
"You can only change the funbox before starting a test.",
0