Skip to content

Commit

Permalink
Mark BadPacketsZ as no longer experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
Axionize committed Nov 24, 2024
1 parent 5f7d296 commit 8af0dbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import static ac.grim.grimac.events.packets.patch.ResyncWorldUtil.resyncPosition;
import static ac.grim.grimac.utils.nmsutil.BlockBreakSpeed.getBlockDamage;

@CheckData(name = "BadPacketsZ", experimental = true)
@CheckData(name = "BadPacketsZ")
public class BadPacketsZ extends Check implements PacketCheck {
public BadPacketsZ(final GrimPlayer player) {
super(player);
Expand Down

0 comments on commit 8af0dbc

Please sign in to comment.