mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
#
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user