Rename dumpTable to dump and make it work with any values
This commit is contained in:
@@ -143,7 +143,7 @@ shared.NetworkMessenger = {
|
||||
local parts = shared.Split(message, "|")
|
||||
if Heimdall_Data.config.networkMessenger.debug then
|
||||
print(string.format("[%s] Received message parts:", ModuleName))
|
||||
shared.dumpTable(parts)
|
||||
shared.dump(parts)
|
||||
end
|
||||
local command = strtrim(parts[1])
|
||||
if command == "message" then
|
||||
|
||||
Reference in New Issue
Block a user