mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-16 21:46:03 +01:00
Fix server lag when loading scripts
This was my bad, set up functions that requested the cache from server, didn't realise it was duplicating it and spamming it This moves the requests to a separate file and uses an export instead Also hopefully fixes ox_lib images being an arse
This commit is contained in:
@@ -22,5 +22,6 @@ server_scripts {
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'clientFrameworkCache.lua',
|
||||
'ui_modules/*.lua'
|
||||
}
|
||||
Reference in New Issue
Block a user