diff --git a/ArchiSteamFarm/Bot.cs b/ArchiSteamFarm/Bot.cs index 5a743461c..c9f279ff4 100755 --- a/ArchiSteamFarm/Bot.cs +++ b/ArchiSteamFarm/Bot.cs @@ -214,7 +214,7 @@ namespace ArchiSteamFarm { //SteamSaleEvent = new SteamSaleEvent(this); Trading = new Trading(this); - if (Program.GlobalConfig.Statistics) { + if (!Debugging.IsDebugBuild && Program.GlobalConfig.Statistics) { Statistics = new Statistics(this); }