More debug stats

This commit is contained in:
Anuken
2021-12-21 10:33:09 -05:00
parent a093ba5511
commit 2dfa238ff3
2 changed files with 16 additions and 9 deletions

View File

@@ -22,6 +22,8 @@ public abstract class NetConnection{
public long connectTime = Time.millis();
/** ID of last received client snapshot. */
public int lastReceivedClientSnapshot = -1;
/** Count of snapshots sent from server. */
public int snapshotsSent;
/** Timestamp of last received snapshot. */
public long lastReceivedClientTime;
/** Build requests that have been recently rejected. This is cleared every snapshot. */