From c7cc166986aa3d9bc1b04a3c64a69a9a0847cac0 Mon Sep 17 00:00:00 2001 From: Dixie J Date: Fri, 25 Feb 2022 05:17:32 +0800 Subject: [PATCH] PATCH v3.0.2 (Re-Fixed Single crosshair profile Error) --- ValorantCC/ValorantCC.csproj | 2 +- ValorantCC/src/Processor.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ValorantCC/ValorantCC.csproj b/ValorantCC/ValorantCC.csproj index 246c12f..20b3b11 100644 --- a/ValorantCC/ValorantCC.csproj +++ b/ValorantCC/ValorantCC.csproj @@ -14,7 +14,7 @@ false - 3.0.1 + 3.0.2 false diff --git a/ValorantCC/src/Processor.cs b/ValorantCC/src/Processor.cs index eec5eb1..d0f2f2d 100644 --- a/ValorantCC/src/Processor.cs +++ b/ValorantCC/src/Processor.cs @@ -64,7 +64,7 @@ public async Task Construct() { SavedProfiles = UserSettings.stringSettings.First(setting => setting.settingEnum == "EAresStringSettingName::CrosshairColor"); } - catch (ArgumentNullException) + catch { Utilities.Utils.Log("User is new account/Using White Color"); UserSettings.stringSettings.Add(new Stringsetting