mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-13 07:00:39 +00:00
Correct custom games played while idle with new event-based mechanism
This commit is contained in:
@@ -1488,6 +1488,10 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
private void ResetGamesPlayed() {
|
||||
if (PlayingBlocked) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(BotConfig.CustomGamePlayedWhileIdle)) {
|
||||
ArchiHandler.PlayGame(BotConfig.CustomGamePlayedWhileIdle);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user