mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(resource): load callbacks
Load lib.callback for internal use.
This commit is contained in:
4
resource/cache/client.lua
vendored
4
resource/cache/client.lua
vendored
@@ -1,4 +1,4 @@
|
||||
local cache = {}
|
||||
local cache = _ENV.cache
|
||||
cache.playerId = PlayerId()
|
||||
cache.serverId = GetPlayerServerId(cache.playerId)
|
||||
|
||||
@@ -44,5 +44,3 @@ end)
|
||||
function lib.cache(key)
|
||||
return cache[key]
|
||||
end
|
||||
|
||||
_ENV.cache = cache
|
||||
Reference in New Issue
Block a user