increased min acc to 75

This commit is contained in:
Miodec 2021-12-29 15:38:37 +01:00
parent 0425f35c65
commit 6dae205226

View file

@ -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) {