mirror of
https://github.com/Michatec/ptelevision.git
synced 2026-04-01 07:56:29 +02:00
Update main.lua
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
Inventory = exports.ox_inventory
|
|
||||||
|
|
||||||
function DumpArray(obj, seen)
|
function DumpArray(obj, seen)
|
||||||
if type(obj) ~= 'table' then return obj end
|
if type(obj) ~= 'table' then return obj end
|
||||||
if seen and seen[obj] then return seen[obj] end
|
if seen and seen[obj] then return seen[obj] end
|
||||||
|
|||||||
Reference in New Issue
Block a user