We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eadaad commit d17399dCopy full SHA for d17399d
ArchiSteamFarm/Steam/Integration/ArchiHandler.cs
@@ -631,6 +631,7 @@ public async Task<EResult> RedeemPoints(uint definitionID) {
631
[PublicAPI]
632
public async Task<EResult> RedeemPointsForBadgeLevel(uint definitionID, byte levels = 1) {
633
ArgumentOutOfRangeException.ThrowIfZero(definitionID);
634
+ ArgumentOutOfRangeException.ThrowIfZero(levels);
635
636
if (Client == null) {
637
throw new InvalidOperationException(nameof(Client));
0 commit comments