diff --git a/ChangeLog.txt b/ChangeLog.txt index 4d88e2a..c9ac9d2 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -4,6 +4,9 @@ Coming next: - Your input/suggestions welcome ! - See open issues for ideas https://github.com/mooreatv/DynamicBoxer/issues +v3.11.05 Sept 16th 2023 +- Bug fix: restore the `/dbox enable` command (got lost in 3.11.3 when I removed the etrace code under same prefix) + v3.11.04 Sept 6th 2023 - Dragonflight is now 10.1.7 (please report any issue as I am personally mostly Hardcore classic currently) diff --git a/DynamicBoxer/DynamicBoxer.lua b/DynamicBoxer/DynamicBoxer.lua index ca81531..90618e5 100644 --- a/DynamicBoxer/DynamicBoxer.lua +++ b/DynamicBoxer/DynamicBoxer.lua @@ -1750,9 +1750,7 @@ function DB.Slash(arg) -- can't be a : because used directly as slash command -- for debug, needs exact match (of start of "debug ..."): elseif cmd == "c" then DB:ShowConfigPanel(DB.optionsPanel) ---[[ elseif cmd == "e" then - if DB:StartsWith(arg, "enable") then -- enable if rest == "off" then DB:Warning("Now PAUSED.") @@ -1761,8 +1759,7 @@ function DB.Slash(arg) -- can't be a : because used directly as slash command DB:PrintDefault("DynamicBoxer is enabled") DB:SetWatchedSaved("enabled", true) end - return - end +--[[ UIParentLoadAddOn("Blizzard_DebugTools") -- hook our code, only once/if there are no other hooks if EventTraceFrame:GetScript("OnShow") == EventTraceFrame_OnShow then