From 81d7d1fadb4980d5bb1cce92e00fa7d752cfd41c Mon Sep 17 00:00:00 2001 From: BerkieBb <82737367+BerkieBb@users.noreply.github.com> Date: Fri, 18 Feb 2022 19:16:48 +0100 Subject: [PATCH] tweak(manifest): shared globbing and version bump --- fxmanifest.lua | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 5c6123d..0f50bdf 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -2,18 +2,13 @@ fx_version 'cerulean' game 'gta5' description 'QB-Core' -version '1.1.0' +version '1.2.0' shared_scripts { 'shared/locale.lua', 'locale/en.lua', -- replace with desired language 'config.lua', - 'shared/main.lua', - 'shared/items.lua', - 'shared/jobs.lua', - 'shared/vehicles.lua', - 'shared/gangs.lua', - 'shared/weapons.lua' + 'shared/*.lua' } client_scripts {