From 2ef96f36312e0839c7b22dfc7d53fca742b7185b Mon Sep 17 00:00:00 2001 From: Chomp Date: Mon, 13 Jan 2025 14:06:37 +0000 Subject: [PATCH] Stubbed method --- Core/Services/ProfileFixerService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/Services/ProfileFixerService.cs b/Core/Services/ProfileFixerService.cs index c6f75a1c..a20108e8 100644 --- a/Core/Services/ProfileFixerService.cs +++ b/Core/Services/ProfileFixerService.cs @@ -410,6 +410,7 @@ public class ProfileFixerService /// profile to add slots to protected void AddHideoutEliteSlots(PmcData pmcProfile) { + _logger.Error("AddHideoutEliteSlots NOT IMPLEMENTED"); throw new NotImplementedException(); }