From 84a53ea065c05a618c56d791ae6c61b08d115b94 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Thu, 2 Jan 2025 11:31:19 +0100 Subject: [PATCH] Remove debug everything --- Modules/Macroer.lua | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/Modules/Macroer.lua b/Modules/Macroer.lua index 6d16efc..1a563d7 100644 --- a/Modules/Macroer.lua +++ b/Modules/Macroer.lua @@ -83,29 +83,7 @@ function shared.Macroer.Init() } doUpdate = true end - if doUpdate then - FixMacro(recentStinkies) - end - end) - - hooksecurefunc("JumpOrAscendStart", function() - FixMacro({ - ["Paladin"] = { - name = "Paladin", - class = "Paladin", - seenAt = GetTime(), - }, - ["Rogue"] = { - name = "Rogue", - class = "Rogue", - seenAt = GetTime(), - }, - ["Priest"] = { - name = "Priest", - class = "Priest", - seenAt = GetTime(), - }, - }) + if doUpdate then FixMacro(recentStinkies) end end) print("Heimdall - Macroer loaded")