Skip to content

Commit

Permalink
make NegativeTimer experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
AoElite committed Dec 15, 2023
1 parent 9d23406 commit ce83748
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import ac.grim.grimac.utils.anticheat.update.PredictionComplete;
import com.github.retrooper.packetevents.event.PacketReceiveEvent;

@CheckData(name = "NegativeTimer", configName = "NegativeTimer", setback = 10)
@CheckData(name = "NegativeTimer", configName = "NegativeTimer", setback = 10, experimental = true)
public class NegativeTimerCheck extends TimerCheck implements PostPredictionCheck {

public NegativeTimerCheck(GrimPlayer player) {
Expand Down

0 comments on commit ce83748

Please sign in to comment.