diff --git a/Projects/Server/Main.cs b/Projects/Server/Main.cs index 43f895c62..a292f94bf 100644 --- a/Projects/Server/Main.cs +++ b/Projects/Server/Main.cs @@ -483,9 +483,6 @@ public static class Core break; } - _tickCount = 0; - _now = DateTime.MinValue; - if (sample++ == interval) { sample = 0;