This commit is contained in:
CWX
2025-01-13 16:11:29 +00:00
parent 86389b137e
commit 4f3710e066
+1 -1
View File
@@ -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();