mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
Fixed commands not registering
This commit is contained in:
+3
-1
@@ -1,4 +1,6 @@
|
||||
WhiteList = {}
|
||||
ESX, WhiteList = nil, {}
|
||||
|
||||
TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
|
||||
|
||||
function loadWhiteList(cb)
|
||||
Whitelist = {}
|
||||
|
||||
Reference in New Issue
Block a user