mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-12-28 11:28:11 +01:00
It's done.
This commit is contained in:
parent
4cdb6027b5
commit
ca01f45975
@ -22,7 +22,6 @@ public class LagCommand extends NCPCommand {
|
||||
long medium = 50L * TickTask.lagMaxTicks;
|
||||
long second = 1200L;
|
||||
StringBuilder builder = new StringBuilder(300);
|
||||
// TODO: lag spikes !
|
||||
builder.append("Lag tracking (roughly):");
|
||||
builder.append("\nAverage lag:");
|
||||
for (long ms : new long[]{second, medium, max}){
|
||||
|
Loading…
Reference in New Issue
Block a user