Limit saving admin logs to one task (#19146)

This commit is contained in:
DrSmugleaf
2023-08-16 00:12:10 -07:00
committed by GitHub
parent 83cc6d32a5
commit 3690ae482b
3 changed files with 55 additions and 12 deletions

View File

@@ -26,6 +26,7 @@ public sealed class AdminLogSystem : EntitySystem
public override void Shutdown()
{
base.Shutdown();
_adminLogs.Shutdown();
}
}