Skip to content

Commit

Permalink
added cancellable in speed
Browse files Browse the repository at this point in the history
  • Loading branch information
funkemunky committed Sep 8, 2020
1 parent 4da16ed commit d544248
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import cc.funkemunky.api.tinyprotocol.packet.in.WrappedInUseEntityPacket;
import cc.funkemunky.api.tinyprotocol.packet.out.WrappedOutVelocityPacket;
import cc.funkemunky.api.utils.PlayerUtils;
import dev.brighten.anticheat.check.api.Cancellable;
import dev.brighten.anticheat.check.api.Check;
import dev.brighten.anticheat.check.api.CheckInfo;
import dev.brighten.anticheat.check.api.Packet;
Expand All @@ -14,6 +15,7 @@

@CheckInfo(name = "Speed (A)", description = "Minecraft code speed acceleration check.",
checkType = CheckType.SPEED, developer = true)
@Cancellable
public class SpeedA extends Check {

private double ldxz = .12f;
Expand Down

0 comments on commit d544248

Please sign in to comment.