mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Misc
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user