mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-14 08:57:56 +00:00
Misc
This commit is contained in:
parent
eddaf21a65
commit
5ba7a9067d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue