mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-02 16:00:54 +00:00
Merge pull request #16 from JaroSound/patch-1
Items variable cannot be local
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
local InventoriesIndex, Inventories, SharedInventories, Items = {}, {}, {}, {}
|
||||
Items = {}
|
||||
local InventoriesIndex, Inventories, SharedInventories = {}, {}, {}
|
||||
ESX = nil
|
||||
|
||||
TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
|
||||
|
||||
Reference in New Issue
Block a user