Autoclicker fails to work if `speed` is set to `1`
AdyTech99 opened this issue ยท 2 comments
Describe the bug
If you set the speed
option to 1
in the config, the autoclicker will click once then completely fail to do anything.
To Reproduce
Note, I am using left click
in my example, but this bug happens for all buttons.
- Activate
left click
- Set spamming to
true
- Set
speed
to1
.
Expected behavior
The mod should click the button every tick
What actually happens
The mod does one click, and then nothing after that
Minecraft Enviorment
- Minecraft Version: [1.21]
- Mod Version: [21.0.2]
The issue seems to be caused by the fact that the timeout is always 0... it's not resetting to 1.