STOP MACROING AGENTS
This commit is contained in:
@@ -35,7 +35,9 @@ function shared.Macroer.Init()
|
|||||||
|
|
||||||
local sortedStinkies = {}
|
local sortedStinkies = {}
|
||||||
for _, stinky in pairs(stinkies) do
|
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
|
end
|
||||||
|
|
||||||
table.sort(sortedStinkies, function(a, b)
|
table.sort(sortedStinkies, function(a, b)
|
||||||
|
|||||||
Reference in New Issue
Block a user