hide sprint by default

This commit is contained in:
Bella 2019-12-28 09:26:17 -05:00
parent 7957b79edc
commit 0fae863f9a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ 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)
@Module.Info(name = "Sprint", description = "Automatically makes the player sprint", category = Module.Category.MOVEMENT, showOnArray = Module.ShowOnArray.OFF)
public class Sprint extends Module {
@Override