move timerspeed to movement

This commit is contained in:
Bella 2020-01-28 15:46:45 -05:00
parent df037c2764
commit b8831aae14
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import me.zeroeightsix.kami.util.InfoCalculator;
* @author TBM
* Updated by S-B99 on 28/01/20
*/
@Info(name = "TimerSpeed", description = "Automatically change Timer Speed", category = Category.MISC)
@Info(name = "TimerSpeed", description = "Automatically change Timer Speed", category = Category.MOVEMENT)
public class TimerSpeed extends Module {
private float tickDelay = 0.0f;
private static float curSpeed = 0.0f;