mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
Fixed decimal exploit, cleanup
This commit is contained in:
+4
-4
@@ -2,7 +2,7 @@ resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
|
||||
|
||||
description 'ESX Atm'
|
||||
|
||||
version '1.0.0'
|
||||
version '1.1.0'
|
||||
|
||||
server_scripts {
|
||||
'@es_extended/locale.lua',
|
||||
@@ -31,11 +31,11 @@ client_scripts {
|
||||
ui_page 'html/ui.html'
|
||||
|
||||
files {
|
||||
'html/ui.html',
|
||||
'html/ui.html',
|
||||
'html/roboto.ttf',
|
||||
'html/img/fleeca.png',
|
||||
'html/css/app.css',
|
||||
'html/scripts/app.js'
|
||||
'html/css/app.css',
|
||||
'html/scripts/app.js'
|
||||
}
|
||||
|
||||
dependency 'es_extended'
|
||||
Reference in New Issue
Block a user