Rename dumpTable to dump and make it work with any values
This commit is contained in:
@@ -178,7 +178,7 @@ shared.DeathReporter = {
|
||||
}
|
||||
if Heimdall_Data.config.deathReporter.debug then
|
||||
print(string.format("[%s] Queuing death report message", ModuleName))
|
||||
shared.dumpTable(msg)
|
||||
shared.dump(msg)
|
||||
end
|
||||
table.insert(shared.messenger.queue, msg)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user