Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jbdevic authored Jul 10, 2023
2 parents 815945d + e85f6ed commit f5eb5db
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 11 deletions.
2 changes: 0 additions & 2 deletions [core]/es_extended/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
fx_version 'adamant'

game 'gta5'

description 'ES Extended'

lua54 'yes'
version '1.10.1'

Expand Down
1 change: 0 additions & 1 deletion [core]/esx_identity/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
fx_version 'adamant'

game 'gta5'

description 'ESX Identity'
lua54 'yes'
version '1.10.1'
Expand Down
1 change: 1 addition & 0 deletions [core]/esx_loadingscreen/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
game 'common'

version '1.10.1'
fx_version 'cerulean'
author 'ESX-Framework'
Expand Down
1 change: 0 additions & 1 deletion [core]/esx_menu_default/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
fx_version 'adamant'

game 'gta5'

description 'ESX Menu Default'
lua54 'yes'
version '1.10.1'
Expand Down
1 change: 0 additions & 1 deletion [core]/esx_menu_dialog/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
fx_version 'adamant'

game 'gta5'

description 'ESX Menu Dialog'
lua54 'yes'
version '1.10.1'
Expand Down
2 changes: 1 addition & 1 deletion [core]/esx_menu_list/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
fx_version 'adamant'

game 'gta5'

description 'ESX Menu List'
lua54 'yes'
version '1.10.1'


client_scripts {
'@es_extended/imports.lua',
'@es_extended/client/wrapper.lua',
Expand Down
1 change: 1 addition & 0 deletions [core]/esx_multicharacter/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
fx_version 'cerulean'

game 'gta5'
author 'ESX-Framework - Linden - KASH'
description 'Official Multicharacter System For ESX Legacy'
Expand Down
1 change: 1 addition & 0 deletions [core]/esx_notify/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
fx_version 'adamant'

lua54 'yes'
game 'gta5'
version '1.10.1'
Expand Down
1 change: 1 addition & 0 deletions [core]/esx_progressbar/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
fx_version 'adamant'

game 'gta5'
author 'ESX-Framework'
lua54 'yes'
Expand Down
3 changes: 1 addition & 2 deletions [core]/esx_skin/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
fx_version 'adamant'

game 'gta5'

description 'ESX Skin'

version '1.10.1'
lua54 'yes'

shared_script '@es_extended/imports.lua'

server_scripts {
Expand Down
2 changes: 2 additions & 0 deletions [core]/esx_textui/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
fx_version 'adamant'

game 'gta5'
author 'ESX-Framework'
version '1.10.1'
description 'ESX TextUI'
lua54 'yes'

client_scripts { 'TextUI.lua' }
shared_script '@es_extended/imports.lua'
ui_page 'nui/index.html'
Expand Down
3 changes: 0 additions & 3 deletions [core]/skinchanger/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
fx_version 'adamant'

game 'gta5'

lua54 'yes'

description 'Official ESX-Legacy resource for handling the Player`s Skin'

version '1.10.1'

client_scripts {
Expand Down

0 comments on commit f5eb5db

Please sign in to comment.