This commit is contained in:
JustArchi
2018-02-14 16:30:54 +01:00
parent c59e458e2a
commit 32521c94aa

View File

@@ -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;
}
}