mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
Use the same for multiple games
This commit is contained in:
parent
2c49920ea8
commit
1e0b874952
1 changed files with 1 additions and 1 deletions
|
@ -894,7 +894,7 @@ namespace ArchiSteamFarm {
|
|||
return;
|
||||
}
|
||||
|
||||
await ArchiHandler.PlayGames(games.Select(game => game.PlayableAppID), BotConfig.CustomGamePlayedWhileFarming).ConfigureAwait(false);
|
||||
await ArchiHandler.PlayGames(games.Select(game => game.PlayableAppID), string.Format(BotConfig.CustomGamePlayedWhileFarming, string.Join(", ", games.Select(game => game.AppID)), string.Join(", ", games.Select(game => game.GameName)))).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
internal async Task ImportKeysToRedeem(string filePath) {
|
||||
|
|
Loading…
Reference in a new issue