Don't forget to reset status back to false after the test, closes #34

This commit is contained in:
JustArchi
2015-12-17 20:57:03 +01:00
parent 48a1cf1189
commit eb2751861d

View File

@@ -155,6 +155,7 @@ namespace ArchiSteamFarm {
return;
}
NowFarming = false;
Logging.LogGenericInfo(Bot.BotName, "Farming is possible!");
await Semaphore.WaitAsync().ConfigureAwait(false);