diff --git a/ArchiSteamFarm/Json/Steam.cs b/ArchiSteamFarm/Json/Steam.cs index 3e106ccdb..eae9af6b8 100644 --- a/ArchiSteamFarm/Json/Steam.cs +++ b/ArchiSteamFarm/Json/Steam.cs @@ -239,8 +239,8 @@ namespace ArchiSteamFarm.Json { return _Type; } + // Normally this should be reported, but under some specific fuckups we might actually receive this one _Type = EType.Other; - ASF.ArchiLogger.LogGenericError(string.Format(Strings.WarningUnknownValuePleaseReport, nameof(_Type), _Type)); return _Type; } }