mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-13 15:10:36 +00:00
Add another superpower: fetching 2FA deviceID automatically
This commit is contained in:
@@ -101,6 +101,12 @@ namespace ArchiSteamFarm {
|
||||
[JsonConstructor]
|
||||
private BotDatabase() { }
|
||||
|
||||
public override void Dispose() {
|
||||
BackingMobileAuthenticator?.Dispose();
|
||||
|
||||
base.Dispose();
|
||||
}
|
||||
|
||||
internal void AddBlacklistedFromTradesSteamIDs(IReadOnlyCollection<ulong> steamIDs) {
|
||||
if ((steamIDs == null) || (steamIDs.Count == 0)) {
|
||||
ASF.ArchiLogger.LogNullError(nameof(steamIDs));
|
||||
|
||||
Reference in New Issue
Block a user