From 6eb9b9b26d5530f3f9144080ca43966e2c0d95e4 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sat, 11 Jun 2022 18:15:46 +0200 Subject: [PATCH] Misc --- ArchiSteamFarm/Steam/Bot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/Steam/Bot.cs b/ArchiSteamFarm/Steam/Bot.cs index 3d78bde19..815b0ada3 100644 --- a/ArchiSteamFarm/Steam/Bot.cs +++ b/ArchiSteamFarm/Steam/Bot.cs @@ -2094,7 +2094,7 @@ public sealed class Bot : IAsyncDisposable { RemoteCommunication = null; } - if ((BotConfig.RemoteCommunication > BotConfig.ERemoteCommunication.None)) { + if (!Debugging.IsDebugBuild && (BotConfig.RemoteCommunication > BotConfig.ERemoteCommunication.None)) { RemoteCommunication = new RemoteCommunication(this); }