From 5b36c4031d49080f16c12c6c7fc0b70128f7fcdf Mon Sep 17 00:00:00 2001 From: Matthew <22198949+MafewTM@users.noreply.github.com> Date: Thu, 16 Nov 2023 13:50:56 -0500 Subject: [PATCH] fix: import modules --- fxmanifest.lua | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 2a4a47a..2203220 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -1,26 +1,24 @@ fx_version 'cerulean' game 'gta5' -description 'QBX-Storerobbery' +description 'QBX_Storerobbery' repository 'https://github.com/Qbox-project/qbx_storerobbery' version '1.1.1' ui_page 'html/index.html' shared_scripts { - '@qbx_core/import.lua', - 'configs/default.lua', + '@ox_lib/init.lua', + '@qbx_core/modules/utils.lua', '@qbx_core/shared/locale.lua', 'locales/en.lua', 'locales/*.lua', - '@ox_lib/init.lua' + 'configs/default.lua', } client_script 'client.lua' server_script 'server.lua' -modules {'qbx_core:utils'} - files { 'html/index.html', 'html/script.js',