from retail

This commit is contained in:
NoM0Re
2025-01-25 17:46:46 +01:00
parent 1152abe6a5
commit 87c1e2fbaf
7 changed files with 54 additions and 77 deletions
@@ -65,7 +65,7 @@ local function ConstructDebugLog(frame)
return group
end
function OptionsPrivate.DebugLog(frame)
debugLog = debugLog or ConstructDebugLog(frame)
function OptionsPrivate.DebugLog(frame, noConstruct)
debugLog = debugLog or (not noConstruct and ConstructDebugLog(frame))
return debugLog
end