mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Minor improvements
This commit is contained in:
+3
-5
@@ -1,5 +1,3 @@
|
||||
-- https://wiki.fivem.net/wiki/Resource_manifest
|
||||
|
||||
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
|
||||
|
||||
description 'ESX Identity'
|
||||
@@ -9,9 +7,9 @@ version '1.0.3'
|
||||
client_script 'client/main.lua'
|
||||
|
||||
server_scripts {
|
||||
"@mysql-async/lib/MySQL.lua",
|
||||
"@es_extended/locale.lua",
|
||||
"server/main.lua"
|
||||
'@mysql-async/lib/MySQL.lua',
|
||||
'@es_extended/locale.lua',
|
||||
'server/main.lua'
|
||||
}
|
||||
|
||||
ui_page 'html/index.html'
|
||||
|
||||
Reference in New Issue
Block a user