This commit is contained in:
Applevangelist
2023-07-11 15:42:14 +02:00
parent ee7fca09b6
commit 0326bee7a3
9 changed files with 926 additions and 10 deletions

View File

@@ -54,7 +54,7 @@ routines.utils.oneLineSerialize = function( tbl ) -- serialization of a table al
if type( tbl ) == 'table' then -- function only works for tables!
if lookup_table[tbl] then
return lookup_table[tbl]
return lookup_table[object]
end
local tbl_str = {}