Fix more regressions

This commit is contained in:
JustArchi
2016-06-09 00:35:54 +02:00
parent 496bea5ac5
commit 5529a8e1f0

View File

@@ -445,7 +445,7 @@ namespace ArchiSteamFarm {
DateTime startFarmingPeriod = DateTime.Now;
if (FarmResetEvent.Wait(60 * 1000 * Program.GlobalConfig.FarmingDelay)) {
FarmResetEvent.Reset();
success = !KeepFarming;
success = KeepFarming;
}
// Don't forget to update our GamesToFarm hours
@@ -481,7 +481,7 @@ namespace ArchiSteamFarm {
DateTime startFarmingPeriod = DateTime.Now;
if (FarmResetEvent.Wait(60 * 1000 * Program.GlobalConfig.FarmingDelay)) {
FarmResetEvent.Reset();
success = !KeepFarming;
success = KeepFarming;
}
// Don't forget to update our GamesToFarm hours