refactor sprint to strafe

This commit is contained in:
Bella 2019-12-28 19:53:37 -05:00
parent 80d4787d2e
commit f561046f0b
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ import me.zeroeightsix.kami.module.Module;
/**
* Created by 086 on 23/08/2017.
*/
@Module.Info(name = "Sprint", description = "Automatically makes the player sprint", category = Module.Category.MOVEMENT, showOnArray = Module.ShowOnArray.OFF)
public class Sprint extends Module {
@Module.Info(name = "Strafe", description = "Automatically makes the player sprint", category = Module.Category.MOVEMENT, showOnArray = Module.ShowOnArray.OFF)
public class Strafe extends Module {
@Override
public void onUpdate() {