feat: improved RedM support (#162)

* Improvements + remove redm keybind system as it's pointless
This commit is contained in:
Scully
2022-11-25 18:05:55 -08:00
committed by GitHub
parent ed7c04ac9c
commit 231d1c3c77
13 changed files with 60 additions and 19 deletions

View File

@@ -144,7 +144,7 @@ end
-- Cache
-----------------------------------------------------------------------------------------------
cache = { resource = GetCurrentResourceName() }
cache = { game = GetGameName(), resource = GetCurrentResourceName() }
if context == 'client' then
setmetatable(cache, {