Add public control sawmill to UI Manager (#6231)

* Add public control sawmill

* Remove static IoCManager in MarkupTagManager

* very important comment

* release notes

* fix merge

* fix
This commit is contained in:
Leon Friedrich
2025-11-13 23:33:50 +13:00
committed by GitHub
parent b15d960c69
commit 80cad0cd8f
6 changed files with 22 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ namespace Robust.Shared.Log
/// The instance we're using.
/// As it's a direct proxy to IoC this will not work if IoC is not functional.
/// </summary>
// TODO: Maybe cache this to improve performance.
// TODO: Kill
private static ILogManager LogManagerSingleton => IoCManager.Resolve<ILogManager>();
/// <summary>