Actually disable bonkdetector

This commit is contained in:
2025-01-13 15:29:16 +01:00
parent 373ca377a2
commit e9f17c585c
2 changed files with 4 additions and 4 deletions

View File

@@ -15,12 +15,12 @@ function shared.BonkDetector.Init()
-- if Heimdall_Data.config.bonkDetector.debug then -- if Heimdall_Data.config.bonkDetector.debug then
-- print(string.format("[%s] Combat log event received", ModuleName)) -- print(string.format("[%s] Combat log event received", ModuleName))
-- end -- end
-- if not Heimdall_Data.config.bonkDetector.enabled then if not Heimdall_Data.config.bonkDetector.enabled then
-- if Heimdall_Data.config.bonkDetector.debug then -- if Heimdall_Data.config.bonkDetector.debug then
-- print(string.format("[%s] Module disabled, ignoring combat event", ModuleName)) -- print(string.format("[%s] Module disabled, ignoring combat event", ModuleName))
-- end -- end
-- return return
-- end end
local subevent = select(2, ...) local subevent = select(2, ...)
if not subevent:find("_DAMAGE") then if not subevent:find("_DAMAGE") then

View File

@@ -310,7 +310,7 @@ StaticGridFrame = {
self:Recalculate() self:Recalculate()
end end
} }
--/run HeimdallConfig:ClearAllPoints(); HeimdallConfig:SetPoint("CENTER", UIParent, "CENTER", 0, 0)
local configFrame = StaticGridFrame.new("HeimdallConfig", local configFrame = StaticGridFrame.new("HeimdallConfig",
UIParent, UIParent,
80, 12, 80, 12,