mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-13 19:11:22 +01:00
Correct a comment.
This commit is contained in:
parent
2ea4c8ef6a
commit
c36078b139
@ -363,7 +363,7 @@ public class TickTask implements Runnable {
|
||||
}
|
||||
tickDurations[0] = lastDur;
|
||||
|
||||
// Lag spikes150 counting. [Subject to adjustments!]
|
||||
// Lag spikes counting. [Subject to adjustments!]
|
||||
if (lastDur > spikeDurations[0]){
|
||||
spikes[0].add(time, 1f);
|
||||
for (int i = 1; i < spikeDurations.length; i++){
|
||||
|
Loading…
Reference in New Issue
Block a user