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(); }