Skip to content

Commit

Permalink
Remove wrong failsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Mar 20, 2024
1 parent 7043ebd commit 7969e58
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ArchiSteamFarm/Steam/Interaction/Commands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3180,8 +3180,6 @@ internal void OnNewLicenseList() {
throw new InvalidEnumArgumentException(nameof(access), (int) access, typeof(EAccess));
}

ArgumentException.ThrowIfNullOrEmpty(pluginsText);

if (access < EAccess.Owner) {
return null;
}
Expand Down

0 comments on commit 7969e58

Please sign in to comment.