mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-16 22:46:03 +01:00
feat: improved RedM support (#162)
* Improvements + remove redm keybind system as it's pointless
This commit is contained in:
2
init.lua
2
init.lua
@@ -144,7 +144,7 @@ end
|
||||
-- Cache
|
||||
-----------------------------------------------------------------------------------------------
|
||||
|
||||
cache = { resource = GetCurrentResourceName() }
|
||||
cache = { game = GetGameName(), resource = GetCurrentResourceName() }
|
||||
|
||||
if context == 'client' then
|
||||
setmetatable(cache, {
|
||||
|
||||
Reference in New Issue
Block a user