Reverse macroer sorting, most important should be LAST not FIRST!
This commit is contained in:
@@ -38,7 +38,7 @@ function shared.Macroer.Init()
|
||||
table.sort(sortedStinkies, function(a, b)
|
||||
local aPriority = priorityMap[a.class] or minPriority
|
||||
local bPriority = priorityMap[b.class] or minPriority
|
||||
return aPriority < bPriority
|
||||
return aPriority > bPriority
|
||||
end)
|
||||
|
||||
local lines = { "/targetenemy" }
|
||||
|
||||
Reference in New Issue
Block a user