From 3aae655322cd89787ffaf762e1d926b891720844 Mon Sep 17 00:00:00 2001 From: Antony <97451137+TonybynMp4@users.noreply.github.com> Date: Thu, 8 Feb 2024 19:49:04 +0100 Subject: [PATCH] fix manifest --- fxmanifest.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 0e58d6d..43c3000 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -4,7 +4,7 @@ game 'gta5' author 'Tonybyn_Mp4' description 'Burgershot Job for the Qbox framework' repository 'https://github.com/TonybynMp4/qbx_burgershot' -version '1.3.0' +version '1.3.1' ox_lib 'locale' shared_scripts { @@ -23,7 +23,8 @@ server_scripts { files { 'locales/*.json', - 'config/client.lua' + 'config/client.lua', + 'config/shared.lua' } lua54 'yes'