Fixed decimal exploit, cleanup

This commit is contained in:
ElPumpo
2018-06-09 18:25:50 +02:00
parent 296ce29534
commit f4291d1564
13 changed files with 57 additions and 62 deletions
+4 -4
View File
@@ -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'