Skip to content

Commit

Permalink
add BadPacketsV description
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInMyVan committed Dec 29, 2024
1 parent e61fb9b commit a4624f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import com.github.retrooper.packetevents.util.Vector3d;
import com.github.retrooper.packetevents.wrapper.play.client.WrapperPlayClientPlayerFlying;

@CheckData(name = "BadPacketsV", experimental = true)
@CheckData(name = "BadPacketsV", description = "Did not move far enough", experimental = true)
public class BadPacketsV extends Check implements PacketCheck {
public BadPacketsV(GrimPlayer player) {
super(player);
Expand Down

0 comments on commit a4624f6

Please sign in to comment.