Add targetenemy as first line

This commit is contained in:
2025-01-02 11:32:20 +01:00
parent 1c7951a530
commit 93d1d55cfa
2 changed files with 3 additions and 3 deletions

BIN
Heimdall.zip (Stored with Git LFS)

Binary file not shown.

View File

@@ -41,7 +41,7 @@ function shared.Macroer.Init()
return aPriority < bPriority
end)
local lines = {}
local lines = { "/targetenemy" }
for _, stinky in pairs(sortedStinkies) do
if stinky.seenAt > GetTime() - 600 then
print(string.format("Macroing %s", stinky.name))