diff --git a/ArchiSteamFarm/Program.cs b/ArchiSteamFarm/Program.cs index a23848fdf..e19bf7cd1 100644 --- a/ArchiSteamFarm/Program.cs +++ b/ArchiSteamFarm/Program.cs @@ -303,7 +303,7 @@ namespace ArchiSteamFarm { // If debugging is on, we prepare debug directory prior to running if (Debugging.IsUserDebugging) { - if (!Debugging.IsDebugBuild) { + if (Debugging.IsDebugConfigured) { ASF.ArchiLogger.LogGenericDebug(globalDatabaseFile + ": " + JsonConvert.SerializeObject(ASF.GlobalDatabase, Formatting.Indented)); }