Skip to content

Commit

Permalink
Fix #86
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreatv committed Sep 16, 2023
1 parent 5196d6a commit 84f95bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
5 changes: 1 addition & 4 deletions DynamicBoxer/DynamicBoxer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand All @@ -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
Expand Down

0 comments on commit 84f95bb

Please sign in to comment.