fix: Removes invalidation of tickcount and now in core (#1949)

This commit is contained in:
Kamron Batman 2024-09-11 22:51:02 -07:00 committed by GitHub
parent 2e6ddcd31a
commit 257825dc23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -483,9 +483,6 @@ public static class Core
break;
}
_tickCount = 0;
_now = DateTime.MinValue;
if (sample++ == interval)
{
sample = 0;