Revert "Revert "PVS & client state handling changes"" (#3152)

This commit is contained in:
Leon Friedrich
2022-08-21 08:30:28 +10:00
committed by GitHub
parent f6b7606648
commit 6a8266af7e
43 changed files with 1512 additions and 1101 deletions
-3
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())