Rename dumpTable to dump and make it work with plain values
This commit is contained in:
@@ -106,7 +106,7 @@ function shared.CombatAlerter.Init()
|
||||
}
|
||||
if Heimdall_Data.config.combatAlerter.debug then
|
||||
print(string.format("[%s] Queuing alert message", ModuleName))
|
||||
shared.dumpTable(msg)
|
||||
shared.dump(msg)
|
||||
end
|
||||
table.insert(shared.messenger.queue, msg)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user