mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Don't launch statistics on debug builds
Builds, not in debug mode, I have enough of forbidden requests to my own API
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user