From 6fcc64dad144e0cbaaa4e00508f762c6364f4085 Mon Sep 17 00:00:00 2001 From: Archi Date: Thu, 3 Feb 2022 19:54:39 +0100 Subject: [PATCH] Update RemoteCommunication.cs --- ArchiSteamFarm/Core/RemoteCommunication.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/Core/RemoteCommunication.cs b/ArchiSteamFarm/Core/RemoteCommunication.cs index 2a4de4210..1c85a9e6c 100644 --- a/ArchiSteamFarm/Core/RemoteCommunication.cs +++ b/ArchiSteamFarm/Core/RemoteCommunication.cs @@ -245,7 +245,7 @@ internal sealed class RemoteCommunication : IAsyncDisposable { } private async Task IsEligibleForListing() { - // But must be eligible for matching first + // Bot must be eligible for matching first bool? isEligibleForMatching = await IsEligibleForMatching().ConfigureAwait(false); if (isEligibleForMatching != true) {