STD: Misc

This commit is contained in:
JustArchi
2021-02-22 18:25:29 +01:00
parent e0062449db
commit b98974a482

View File

@@ -488,6 +488,12 @@ namespace ArchiSteamFarm.OfficialPlugins.SteamTokenDumper {
return;
}
if (!response.Content.Success) {
ASF.ArchiLogger.LogGenericError(string.Format(Strings.ErrorIsInvalid), nameof(response.Content.Success));
return;
}
if (response.Content.Data == null) {
ASF.ArchiLogger.LogGenericError(string.Format(Strings.ErrorIsInvalid), nameof(response.Content.Data));