mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -1989,6 +1989,7 @@ namespace ArchiSteamFarm {
|
||||
// TODO: Until https://github.com/dotnet/corefx/issues/27232 is dealt with, use this fallback as an alternative for keys import
|
||||
if (OS.IsUnix && File.Exists(KeysToRedeemFilePath)) {
|
||||
await ImportKeysToRedeem(KeysToRedeemFilePath).ConfigureAwait(false);
|
||||
await Task.Delay(1000).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
if ((GamesRedeemerInBackgroundTimer == null) && BotDatabase.HasGamesToRedeemInBackground) {
|
||||
|
||||
Reference in New Issue
Block a user