Skip to content

Commit

Permalink
Mark FastBreak as experimental
Browse files Browse the repository at this point in the history
Seems to cause issues on newer versions
  • Loading branch information
MachineBreaker authored Dec 24, 2023
1 parent 055e0d9 commit 4c2f577
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 4c2f577

Please sign in to comment.