feat: improved RedM support (#162)

* Improvements + remove redm keybind system as it's pointless
This commit is contained in:
Scully
2022-11-26 13:05:55 +11:00
committed by GitHub
parent ed7c04ac9c
commit 231d1c3c77
13 changed files with 60 additions and 19 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ end
-- Cache
-----------------------------------------------------------------------------------------------
cache = { resource = GetCurrentResourceName() }
cache = { game = GetGameName(), resource = GetCurrentResourceName() }
if context == 'client' then
setmetatable(cache, {