mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Try to hunt down a bug
This commit is contained in:
@@ -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!");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user