From 4f3710e0664e59d283c0a54269c0a03a7d36c12c Mon Sep 17 00:00:00 2001 From: CWX Date: Mon, 13 Jan 2025 16:11:29 +0000 Subject: [PATCH] again --- Core/Helpers/ProfileHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();