Refactor StinkyTracker to improve tracking and ignore functionality
This commit is contained in:
@@ -53,7 +53,7 @@ function shared.CombatAlerter.Init()
|
||||
print(string.format("[%s] Combat event source: %s", ModuleName, source))
|
||||
end
|
||||
|
||||
if shared.stinkyTracker.stinkies and shared.stinkyTracker.stinkies[source] then
|
||||
if shared.StinkyTracker.IsStinky(source) then
|
||||
if Heimdall_Data.config.combatAlerter.debug then
|
||||
print(
|
||||
string.format(
|
||||
|
||||
Reference in New Issue
Block a user