This commit is contained in:
JustArchi
2017-01-28 15:29:38 +01:00
parent b5e33ec38e
commit a3c5e8ab0c
2 changed files with 7 additions and 1 deletions

View File

@@ -159,7 +159,7 @@ namespace ArchiSteamFarm {
return;
}
PlayGames(new List<uint> { gameID }, gameName);
PlayGames(gameID.ToEnumerable(), gameName);
}
internal void PlayGames(IEnumerable<uint> gameIDs, string gameName = null) {
@@ -395,6 +395,7 @@ namespace ArchiSteamFarm {
PurchaseResult = (EPurchaseResult) msg.purchase_result_details;
if (msg.purchase_receipt_info == null) {
Program.ArchiLogger.LogNullError(nameof(msg.purchase_receipt_info));
return;
}