This commit is contained in:
Applevangelist
2023-07-01 13:08:00 +02:00
parent 23740d12eb
commit b3e9a2b64d
7 changed files with 20 additions and 20 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
lookup_table = {}
local lookup_table = {}
local function _Serialize( tbl )