Serializer: nprint heisst jetzt dump

This commit is contained in:
Nero 2022-07-03 20:11:56 +00:00
parent bb9b2d7379
commit ba9778e8f6
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ function __tostring(tab)
end
-- Funktion, welche sich wie print() verhaelt, aber Tabellen als String ausgibt
function nprint(...)
function dump(...)
local args={...}
for i=1,#args do
if type(args[i]) == "table" then