mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 22:23:32 +08:00
the amount of missed words practised is now dependent on the amount of words missed
This commit is contained in:
parent
842036282a
commit
051be46e22
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export function init() {
|
|||
});
|
||||
CustomText.setText(newCustomText);
|
||||
CustomText.setIsWordRandom(true);
|
||||
CustomText.setWord(50);
|
||||
CustomText.setWord(Object.keys(TestStats.missedWords).length * 5);
|
||||
|
||||
TestLogic.restart();
|
||||
before.mode = mode;
|
||||
|
|
Loading…
Reference in a new issue