mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-04 04:26:54 +08:00
fixed accuracy requirement
This commit is contained in:
parent
7fedef60b7
commit
f2e1063b13
1 changed files with 9 additions and 3 deletions
|
@ -185,7 +185,6 @@
|
|||
"autoRole": true,
|
||||
"type": "accuracy",
|
||||
"parameters": [],
|
||||
"message": "Minimum 60wpm and 100% accuracy required.",
|
||||
"requirements" : {
|
||||
"wpm": {
|
||||
"min": 60
|
||||
|
@ -195,6 +194,9 @@
|
|||
},
|
||||
"afk": {
|
||||
"max": 5
|
||||
},
|
||||
"time": {
|
||||
"min": 600
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -204,7 +206,6 @@
|
|||
"autoRole": true,
|
||||
"type": "accuracy",
|
||||
"parameters": [],
|
||||
"message": "Minimum 60wpm and 100% accuracy required.",
|
||||
"requirements" : {
|
||||
"wpm": {
|
||||
"min": 60
|
||||
|
@ -214,6 +215,9 @@
|
|||
},
|
||||
"afk": {
|
||||
"max": 5
|
||||
},
|
||||
"time": {
|
||||
"min": 1200
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -223,7 +227,6 @@
|
|||
"autoRole": true,
|
||||
"type": "accuracy",
|
||||
"parameters": [],
|
||||
"message": "Minimum 60wpm and 100% accuracy required.",
|
||||
"requirements" : {
|
||||
"wpm": {
|
||||
"min": 60
|
||||
|
@ -233,6 +236,9 @@
|
|||
},
|
||||
"afk": {
|
||||
"max": 5
|
||||
},
|
||||
"time": {
|
||||
"min": 1800
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue