Sync based on system time

This commit is contained in:
Anuken
2021-03-05 17:22:44 -05:00
parent 24195dac81
commit fce30e6ae5
3 changed files with 7 additions and 5 deletions

View File

@@ -18,6 +18,7 @@ public abstract class NetConnection{
public boolean mobile, modclient;
public @Nullable Player player;
public boolean kicked = false;
public long syncTime;
/** When this connection was established. */
public long connectTime = Time.millis();