...actually make it work, idiot

This commit is contained in:
2025-01-13 10:30:49 +01:00
parent 22b1b6bc73
commit 770420a5b2
4 changed files with 8 additions and 5 deletions

View File

@@ -71,6 +71,10 @@ function shared.Macroer.Init()
return aPriority > bPriority
end)
if Heimdall_Data.config.macroer.debug then
print(string.format("[%s] Sorted stinkies: %d", ModuleName, #sortedStinkies))
shared.dumpTable(sortedStinkies)
end
local lines = { "/targetenemy" }
for _, stinky in pairs(sortedStinkies) do
if stinky.seenAt > GetTime() - 600 then