diff --git a/NCPCore/src/main/java/fr/neatmonster/nocheatplus/checks/moving/MorePackets.java b/NCPCore/src/main/java/fr/neatmonster/nocheatplus/checks/moving/MorePackets.java index c4576150..7047ffc5 100644 --- a/NCPCore/src/main/java/fr/neatmonster/nocheatplus/checks/moving/MorePackets.java +++ b/NCPCore/src/main/java/fr/neatmonster/nocheatplus/checks/moving/MorePackets.java @@ -97,7 +97,7 @@ public class MorePackets extends Check { } - final double violation = (double) fullCount - (double) (burnScore * data.morePacketsFreq.numberOfBuckets()); + final double violation = (double) fullCount - (double) (maxPackets * data.morePacketsFreq.numberOfBuckets() * data.morePacketsFreq.bucketDuration() / 1000f); // TODO: Burn time windows based on other activity counting [e.g. same resolution ActinFrequency with keep-alive].