From 93d0ae3c9ac1989a47e7cad35dbd217ab41166e4 Mon Sep 17 00:00:00 2001 From: Pickle <111543470+PickleModifications@users.noreply.github.com> Date: Sun, 30 Oct 2022 05:17:15 -0400 Subject: [PATCH] Update main.lua --- ptelevision/shared/main.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ptelevision/shared/main.lua b/ptelevision/shared/main.lua index 7e149cc..c3d1650 100644 --- a/ptelevision/shared/main.lua +++ b/ptelevision/shared/main.lua @@ -1,5 +1,3 @@ -Inventory = exports.ox_inventory - function DumpArray(obj, seen) if type(obj) ~= 'table' then return obj end if seen and seen[obj] then return seen[obj] end @@ -8,4 +6,4 @@ function DumpArray(obj, seen) s[obj] = res for k, v in pairs(obj) do res[DumpArray(k, s)] = DumpArray(v, s) end return res -end \ No newline at end of file +end