mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Use async to limit paying rent
This commit is contained in:
+3
-1
@@ -7,8 +7,9 @@ description 'ESX Property'
|
||||
version '1.0.4'
|
||||
|
||||
server_scripts {
|
||||
'@es_extended/locale.lua',
|
||||
'@async/async.lua',
|
||||
'@mysql-async/lib/MySQL.lua',
|
||||
'@es_extended/locale.lua',
|
||||
'locales/de.lua',
|
||||
'locales/br.lua',
|
||||
'locales/en.lua',
|
||||
@@ -36,6 +37,7 @@ client_scripts {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
'async',
|
||||
'es_extended',
|
||||
'instance',
|
||||
'cron',
|
||||
|
||||
Reference in New Issue
Block a user