Skip to content

Commit

Permalink
Setting default punish vl
Browse files Browse the repository at this point in the history
  • Loading branch information
funkemunky committed May 17, 2022
1 parent 464677c commit 84d8789
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
import org.bukkit.block.Block;
import org.bukkit.potion.PotionEffectType;

@CheckInfo(name = "Speed (E)", description = "Motion prediction detection", devStage = DevStage.RELEASE)
@CheckInfo(name = "Speed (E)", description = "Motion prediction detection", devStage = DevStage.RELEASE,
punishVL = 15, vlToFlag = 1)
public class SpeedE extends Check {
private boolean lastLastClientGround;
private float buffer;
Expand Down

0 comments on commit 84d8789

Please sign in to comment.