Fix S.T.Json holding integration instances live for long. (#13080)
This commit is contained in:
committed by
GitHub
parent
4bfc644a03
commit
896ffec8d9
@@ -24,6 +24,7 @@ public sealed partial class AdminLogManager : SharedAdminLogManager, IAdminLogMa
|
||||
[Dependency] private readonly IGameTiming _timing = default!;
|
||||
[Dependency] private readonly IDynamicTypeFactory _typeFactory = default!;
|
||||
[Dependency] private readonly IReflectionManager _reflection = default!;
|
||||
[Dependency] private readonly IDependencyCollection _dependencies = default!;
|
||||
|
||||
public const string SawmillId = "admin.logs";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user