mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +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