Skip to content

Commit

Permalink
fix: Removes invalidation of tickcount and now in core (#1949)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamronbatman authored Sep 12, 2024
1 parent 2e6ddcd commit 257825d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Projects/Server/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -483,9 +483,6 @@ public static void RunEventLoop()
break;
}

_tickCount = 0;
_now = DateTime.MinValue;

if (sample++ == interval)
{
sample = 0;
Expand Down

0 comments on commit 257825d

Please sign in to comment.