This commit is contained in:
JustArchi 2016-11-13 13:06:15 +01:00
parent eddaf21a65
commit 5ba7a9067d

View file

@ -164,7 +164,7 @@ namespace ArchiSteamFarm {
// This is the last moment for final check if we can farm // This is the last moment for final check if we can farm
if (!Bot.IsFarmingPossible) { if (!Bot.IsFarmingPossible) {
Bot.ArchiLogger.LogGenericInfo("But account is currently occupied, so farming is stopped!"); Bot.ArchiLogger.LogGenericInfo("But farming is currently unavailable, we'll try later!");
return; return;
} }