diff --git a/ArchiSteamFarm/Bot.cs b/ArchiSteamFarm/Bot.cs index df39d710c..9dc10b66f 100755 --- a/ArchiSteamFarm/Bot.cs +++ b/ArchiSteamFarm/Bot.cs @@ -1488,6 +1488,10 @@ namespace ArchiSteamFarm { } private void ResetGamesPlayed() { + if (PlayingBlocked) { + return; + } + if (!string.IsNullOrEmpty(BotConfig.CustomGamePlayedWhileIdle)) { ArchiHandler.PlayGame(BotConfig.CustomGamePlayedWhileIdle); } else {