Skip to content

Commit

Permalink
Mark BadPacketsX 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 3fedd55 commit a6d082b
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 com.github.retrooper.packetevents.util.Vector3i;
import com.github.retrooper.packetevents.wrapper.play.client.WrapperPlayClientPlayerDigging;

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

0 comments on commit a6d082b

Please sign in to comment.