Initialize ProfManager on the server (#6401)

This commit is contained in:
DrSmugleaf
2026-01-28 07:01:58 -08:00
committed by GitHub
parent 3bec89aaa5
commit aaf5003fcf

View File

@@ -279,6 +279,7 @@ namespace Robust.Server
// Load metrics really early so that we can profile startup times in the future maybe.
_metricsManager.Initialize();
_prof.Initialize();
try
{