mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 21:09:18 +08:00
increased min acc to 75
This commit is contained in:
parent
0425f35c65
commit
6dae205226
1 changed files with 1 additions and 1 deletions
|
@ -1896,7 +1896,7 @@ export async function finish(difficultyFailed = false) {
|
|||
if (
|
||||
stats.wpm > 0 &&
|
||||
stats.wpm < 350 &&
|
||||
stats.acc > 50 &&
|
||||
stats.acc > 75 &&
|
||||
stats.acc <= 100
|
||||
) {
|
||||
if (firebase.auth().currentUser != null) {
|
||||
|
|
Loading…
Reference in a new issue