mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Misc
This commit is contained in:
@@ -166,7 +166,7 @@ internal static class ArchiNet {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (!authenticateResponse.StatusCode.IsSuccessCode()) {
|
||||
if (authenticateResponse.StatusCode.IsClientErrorCode()) {
|
||||
return authenticateResponse.StatusCode;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user