Rename dumpTable to dump and make it work with plain values

This commit is contained in:
2025-05-20 20:33:43 +02:00
parent d4fd72ec71
commit a13ad67359
22 changed files with 68 additions and 64 deletions

View File

@@ -205,7 +205,7 @@ function shared.Inviter.Init()
inviterChannelFrame:SetScript("OnEvent", function(self, event, msg, sender, ...)
--if Heimdall_Data.config.inviter.debug then
-- print(string.format("[%s] Chat message received: %s", ModuleName, msg))
-- shared.dumpTable(Heimdall_Data.config.inviter)
-- shared.dump(Heimdall_Data.config.inviter)
--end
if not Heimdall_Data.config.inviter.enabled then return end
local channelId = select(6, ...)