mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Allow CustomGamePlayedWhileFarming to make use of appID and gameName of the currently farmed title
This commit is contained in:
@@ -884,7 +884,7 @@ namespace ArchiSteamFarm {
|
||||
return;
|
||||
}
|
||||
|
||||
await ArchiHandler.PlayGames(game.PlayableAppID.ToEnumerable(), BotConfig.CustomGamePlayedWhileFarming).ConfigureAwait(false);
|
||||
await ArchiHandler.PlayGames(game.PlayableAppID.ToEnumerable(), string.Format(BotConfig.CustomGamePlayedWhileFarming, game.AppID, game.GameName)).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
internal async Task IdleGames(IReadOnlyCollection<CardsFarmer.Game> games) {
|
||||
|
||||
Reference in New Issue
Block a user