mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-16 06:20:34 +00:00
Misc
This commit is contained in:
@@ -631,6 +631,7 @@ public sealed class ArchiHandler : ClientMsgHandler, IDisposable {
|
||||
[PublicAPI]
|
||||
public async Task<EResult> RedeemPointsForBadgeLevel(uint definitionID, byte levels = 1) {
|
||||
ArgumentOutOfRangeException.ThrowIfZero(definitionID);
|
||||
ArgumentOutOfRangeException.ThrowIfZero(levels);
|
||||
|
||||
if (Client == null) {
|
||||
throw new InvalidOperationException(nameof(Client));
|
||||
|
||||
Reference in New Issue
Block a user