From b287a08bd66befa48ddaf8908fc63462f6e683ed Mon Sep 17 00:00:00 2001 From: clodanSPT Date: Fri, 18 Jul 2025 18:08:12 +0100 Subject: [PATCH] Small status page fix (#486) Co-authored-by: Alex --- Libraries/SPTarkov.Server.Core/Status/StatusPage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/SPTarkov.Server.Core/Status/StatusPage.cs b/Libraries/SPTarkov.Server.Core/Status/StatusPage.cs index 6130b520..2c246639 100644 --- a/Libraries/SPTarkov.Server.Core/Status/StatusPage.cs +++ b/Libraries/SPTarkov.Server.Core/Status/StatusPage.cs @@ -10,7 +10,7 @@ using SPTarkov.Server.Core.Utils; namespace SPTarkov.Server.Core.Status { - [Injectable] + [Injectable(TypePriority = 0)] public class StatusPage( TimeUtil timeUtil, ProfileActivityService profileActivityService,