mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-10 06:01:28 +08:00
Merge pull request #1314 from Saint-dev/master
fixed bug with plus one funbox
This commit is contained in:
commit
bdbfe41364
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue