diff --git a/Libraries/Core/Helpers/ProfileHelper.cs b/Libraries/Core/Helpers/ProfileHelper.cs index d5c54d12..a4088805 100644 --- a/Libraries/Core/Helpers/ProfileHelper.cs +++ b/Libraries/Core/Helpers/ProfileHelper.cs @@ -647,7 +647,7 @@ public class ProfileHelper( var customisationTemplateDb = _databaseService.GetTemplates().Customization; var matchingCustomisation = customisationTemplateDb.GetValueOrDefault(reward.Target, null); - if (matchingCustomisation is null) + if (matchingCustomisation is not null) { var rewardToStore = new CustomisationStorage {