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

@@ -299,7 +299,7 @@ end
-- @param #table tbl Input table.
UTILS.OneLineSerialize = function( tbl ) -- serialization of a table all on a single line, no comments, made to replace old get_table_string function
local lookup_table = {}
lookup_table = {}
local function _Serialize( tbl )