Misc screwup

This commit is contained in:
JustArchi
2019-04-05 16:25:44 +02:00
parent 91e495605b
commit 92758eaf5b

View File

@@ -211,6 +211,8 @@ namespace ArchiSteamFarm {
if (response.StatusCode.IsClientErrorCode()) { if (response.StatusCode.IsClientErrorCode()) {
LastHeartBeat = DateTime.MinValue; LastHeartBeat = DateTime.MinValue;
ShouldSendHeartBeats = false; ShouldSendHeartBeats = false;
return;
} }
LastHeartBeat = DateTime.UtcNow; LastHeartBeat = DateTime.UtcNow;