From 257825dc23dedd1824eb17b1cfcbb121e566a5c6 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Wed, 11 Sep 2024 22:51:02 -0700 Subject: [PATCH] fix: Removes invalidation of tickcount and now in core (#1949) --- Projects/Server/Main.cs | 3 --- 1 file changed, 3 deletions(-) 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;