This commit is contained in:
JustArchi
2019-02-01 22:25:28 +01:00
parent a7e8ac5388
commit 4f71732ec2

View File

@@ -462,7 +462,7 @@ namespace ArchiSteamFarm {
private async Task<string> ResponseAddLicense(ulong steamID, IReadOnlyCollection<uint> gameIDs) {
if ((steamID == 0) || (gameIDs == null) || (gameIDs.Count == 0)) {
Bot.ArchiLogger.LogNullError(nameof(steamID) + " || " + nameof(gameIDs) + " || " + nameof(gameIDs.Count));
Bot.ArchiLogger.LogNullError(nameof(steamID) + " || " + nameof(gameIDs));
return null;
}