Skip to content

Commit

Permalink
Fix my fuckup
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Dec 22, 2015
1 parent 61e4461 commit 3081bfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ArchiSteamFarm/CardsFarmer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,10 @@ internal async Task StartFarming() {
// Check if farming is possible
Logging.LogGenericInfo(Bot.BotName, "Checking possibility to farm...");

/*
NowFarming = true;
Semaphore.Release();

/*
Bot.ArchiHandler.PlayGames(1337);
// We'll now either receive OnLoggedOff() with LoggedInElsewhere, or nothing happens
Expand Down

0 comments on commit 3081bfe

Please sign in to comment.