diff --git a/ArchiSteamFarm/Steam/Bot.cs b/ArchiSteamFarm/Steam/Bot.cs index a12900503..5cce06650 100644 --- a/ArchiSteamFarm/Steam/Bot.cs +++ b/ArchiSteamFarm/Steam/Bot.cs @@ -2103,7 +2103,7 @@ public sealed class Bot : IAsyncDisposable, IDisposable { RemoteCommunication = null; } - if (!Debugging.IsDebugBuild && (BotConfig.RemoteCommunication > BotConfig.ERemoteCommunication.None)) { + if (BotConfig.RemoteCommunication > BotConfig.ERemoteCommunication.None) { RemoteCommunication = new RemoteCommunication(this); }