mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 18:03:30 +08:00
fixed bug with plus one funbox
This commit is contained in:
parent
f0221a7492
commit
3b192947e2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue