This commit is contained in:
JustArchi
2018-09-29 16:58:23 +02:00
parent f3f00eae25
commit f6179c7e66

View File

@@ -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) {