Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

Commit bcf8eb9

Browse files
authored
Update readme.md
1 parent 5980d05 commit bcf8eb9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@ This example config will limit a user to 20 clicks per second (cps) when playing
3232
```json
3333
{
3434
"clicksPerSecondLimit": 20
35+
"clicksPerSecondLimitRight": 20
3536
}
36-
```
37+
```
38+
39+
The first value `clicksPerSecondLimit` is for left click and the second value `clicksPerSecondLimitRight` is for right click.

0 commit comments

Comments
 (0)