mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 13:11:19 +08:00
raised min accuracy to 75%
This commit is contained in:
parent
2560e71aa7
commit
0425f35c65
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class ResultController {
|
|||
if (
|
||||
result.wpm <= 0 ||
|
||||
result.wpm > 350 ||
|
||||
result.acc < 50 ||
|
||||
result.acc < 75 ||
|
||||
result.acc > 100 ||
|
||||
result.consistency > 100
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue