STOP MACROING AGENTS

This commit is contained in:
2025-01-07 13:15:16 +01:00
parent 016f0be480
commit 4c55e65863

View File

@@ -35,7 +35,9 @@ function shared.Macroer.Init()
local sortedStinkies = {}
for _, stinky in pairs(stinkies) do
table.insert(sortedStinkies, stinky)
if not Heimdall_Data.config.agents[stinky.name] then
sortedStinkies[#sortedStinkies + 1] = stinky
end
end
table.sort(sortedStinkies, function(a, b)