Skip to content

Commit

Permalink
make BadPacketsR experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
AoElite committed Dec 29, 2023
1 parent f863fed commit e2ea6ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import com.github.retrooper.packetevents.protocol.packettype.PacketType;
import com.github.retrooper.packetevents.protocol.player.GameMode;

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

0 comments on commit e2ea6ad

Please sign in to comment.