Skip to content

Commit

Permalink
Merge pull request #1268 from GrimAnticheat/experimental-fastbreak-check
Browse files Browse the repository at this point in the history
Mark FastBreak as experimental
  • Loading branch information
AoElite authored Dec 27, 2023
2 parents 10a99fd + 4c2f577 commit 0ae0d8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// Based loosely off of Hawk BlockBreakSpeedSurvival
// Also based loosely off of NoCheatPlus FastBreak
// Also based off minecraft wiki: https://minecraft.fandom.com/wiki/Breaking#Instant_breaking
@CheckData(name = "FastBreak")
@CheckData(name = "FastBreak", experimental = true)
public class FastBreak extends Check implements PacketCheck {
public FastBreak(GrimPlayer playerData) {
super(playerData);
Expand Down

0 comments on commit 0ae0d8a

Please sign in to comment.