diff --git a/Content.Server/Administration/Logs/AdminLogSystem.cs b/Content.Server/Administration/Logs/AdminLogSystem.cs index e763b9ab83..d8c26825bc 100644 --- a/Content.Server/Administration/Logs/AdminLogSystem.cs +++ b/Content.Server/Administration/Logs/AdminLogSystem.cs @@ -176,6 +176,8 @@ public partial class AdminLogSystem : SharedAdminLogSystem private async Task SaveLogs() { + _accumulatedFrameTime = 0; + // TODO ADMIN LOGS array pool var copy = new List(_logQueue.Count + _preRoundLogQueue.Count); @@ -200,8 +202,6 @@ public partial class AdminLogSystem : SharedAdminLogSystem _preRoundLogQueue.Clear(); PreRoundQueue.Set(0); - _accumulatedFrameTime = 0; - // ship the logs to Azkaban var task = Task.Run(async () => {