From f8792c47c935499b160a77733e9b6b98ebba5e6f Mon Sep 17 00:00:00 2001 From: CWX Date: Mon, 3 Feb 2025 14:26:58 +0000 Subject: [PATCH] fix logic --- Libraries/Core/Helpers/ProfileHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {