mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Misc screwup
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user