Merge pull request #1314 from Saint-dev/master

fixed bug with plus one funbox
This commit is contained in:
Jack 2021-04-28 11:58:17 +01:00 committed by GitHub
commit bdbfe41364
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -422,7 +422,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;