diff --git a/Core/Helpers/ProfileHelper.cs b/Core/Helpers/ProfileHelper.cs index 119f7da3..635c23a6 100644 --- a/Core/Helpers/ProfileHelper.cs +++ b/Core/Helpers/ProfileHelper.cs @@ -650,7 +650,7 @@ public class ProfileHelper return fullFavorites; } - public void AddHideoutCustomisationUnlock(SptProfile fullProfile, QuestReward reward, CustomisationSource source) + public void AddHideoutCustomisationUnlock(SptProfile fullProfile, QuestReward reward, string source) { if (fullProfile?.CustomisationUnlocks == null) fullProfile.CustomisationUnlocks = new();