Skip to content

Commit

Permalink
PATCH v3.0.2 (Re-Fixed Single crosshair profile Error)
Browse files Browse the repository at this point in the history
  • Loading branch information
weedeej committed Feb 24, 2022
1 parent a824ec8 commit c7cc166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ValorantCC/ValorantCC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<AssemblyVersion></AssemblyVersion>
<FileVersion></FileVersion>
<Version>3.0.1</Version>
<Version>3.0.2</Version>
<SignAssembly>false</SignAssembly>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion ValorantCC/src/Processor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public async Task<bool> 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
Expand Down

0 comments on commit c7cc166

Please # to comment.