This commit is contained in:
JustArchi 2018-11-07 00:53:51 +01:00
parent 1202298e01
commit f4425f0e71

View file

@ -1123,7 +1123,7 @@ namespace ArchiSteamFarm {
internal static IOrderedDictionary ValidateGamesToRedeemInBackground(IOrderedDictionary gamesToRedeemInBackground) {
if ((gamesToRedeemInBackground == null) || (gamesToRedeemInBackground.Count == 0)) {
ASF.ArchiLogger.LogNullError(nameof(gamesToRedeemInBackground));
return gamesToRedeemInBackground;
return null;
}
HashSet<object> invalidKeys = new HashSet<object>();