mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Fix wallet code redeeming due to Steam changes (#1358)
* Fix wallet code redeeming due to Steam changes
* Revert "Fix wallet code redeeming due to Steam changes"
This reverts commit a993b26e
* Add AssumeWalletKeyOnBadActivationCode parameter to RedeemingPreferences, add according flags for redeem^
This commit is contained in:
committed by
Łukasz Domeradzki
parent
5fe8631e4f
commit
737aa622b7
@@ -427,7 +427,8 @@ namespace ArchiSteamFarm {
|
||||
Forwarding = 1,
|
||||
Distributing = 2,
|
||||
KeepMissingGames = 4,
|
||||
All = Forwarding | Distributing | KeepMissingGames
|
||||
AssumeWalletKeyOnBadActivationCode = 8,
|
||||
All = Forwarding | Distributing | KeepMissingGames | AssumeWalletKeyOnBadActivationCode
|
||||
}
|
||||
|
||||
[Flags]
|
||||
|
||||
Reference in New Issue
Block a user