PVS & client state handling changes (#3000)

This commit is contained in:
Leon Friedrich
2022-08-21 05:40:18 +12:00
committed by GitHub
parent 0cce4714a1
commit b4358a9e33
43 changed files with 1512 additions and 1101 deletions

View File

@@ -646,9 +646,6 @@ namespace Robust.Server
ServerCurTick.Set(_time.CurTick.Value);
ServerCurTime.Set(_time.CurTime.TotalSeconds);
// These are always the same on the server, there is no prediction.
_time.LastRealTick = _time.CurTick;
_systemConsole.UpdateTick();
using (TickUsage.WithLabels("PreEngine").NewTimer())