Try to hunt down a bug

This commit is contained in:
JustArchi
2015-12-22 12:29:14 +01:00
parent 15f9eb4e80
commit 5c2bcd551c

View File

@@ -144,6 +144,8 @@ namespace ArchiSteamFarm {
// Check if farming is possible
Logging.LogGenericInfo(Bot.BotName, "Checking possibility to farm...");
/*
NowFarming = true;
Semaphore.Release();
Bot.ArchiHandler.PlayGames(1337);
@@ -153,6 +155,7 @@ namespace ArchiSteamFarm {
NowFarming = false;
return;
}
*/
Logging.LogGenericInfo(Bot.BotName, "Farming is possible!");