diff --git a/Modules/BonkDetector.lua b/Modules/BonkDetector.lua index 445be0d..05140bb 100644 --- a/Modules/BonkDetector.lua +++ b/Modules/BonkDetector.lua @@ -15,12 +15,12 @@ function shared.BonkDetector.Init() -- if Heimdall_Data.config.bonkDetector.debug then -- print(string.format("[%s] Combat log event received", ModuleName)) -- end --- if not Heimdall_Data.config.bonkDetector.enabled then + if not Heimdall_Data.config.bonkDetector.enabled then -- if Heimdall_Data.config.bonkDetector.debug then -- print(string.format("[%s] Module disabled, ignoring combat event", ModuleName)) -- end --- return --- end + return + end local subevent = select(2, ...) if not subevent:find("_DAMAGE") then diff --git a/Modules/Config.lua b/Modules/Config.lua index 214274f..cb180a9 100644 --- a/Modules/Config.lua +++ b/Modules/Config.lua @@ -310,7 +310,7 @@ StaticGridFrame = { self:Recalculate() end } - +--/run HeimdallConfig:ClearAllPoints(); HeimdallConfig:SetPoint("CENTER", UIParent, "CENTER", 0, 0) local configFrame = StaticGridFrame.new("HeimdallConfig", UIParent, 80, 12,