Rename dumpTable to dump and make it work with plain values
This commit is contained in:
@@ -131,7 +131,7 @@ function shared.NetworkMessenger.Init()
|
||||
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