Add debug logging for stinky changes and simplify stinky handling

This commit is contained in:
2025-05-18 10:31:36 +02:00
parent 52246e2e16
commit f70c5adfcf
2 changed files with 4 additions and 13 deletions

View File

@@ -92,6 +92,7 @@ function shared.Macroer.Init()
shared.stinkyTracker.stinkies:onChange(function(value)
if Heimdall_Data.config.macroer.debug then
print(string.format("[%s] Stinkies changed, updating macro", ModuleName))
shared.dumpTable(value)
end
FixMacro(value)
end)