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); }