fixed bug with plus one funbox

This commit is contained in:
Saint-dev 2021-04-27 11:13:02 -04:00
parent f0221a7492
commit 3b192947e2

View file

@ -410,7 +410,7 @@ export async function init() {
if (Config.mode === "words" && Config.words === 0) {
wordsBound = 100;
}
if (Funbox.active === "plus_one") {
if (Funbox.funboxSaved === "plus_one") {
wordsBound = 2;
}
let wordset = language.words;