From d4c58573162caf8a114e2b7e7130aa82d6c1c837 Mon Sep 17 00:00:00 2001 From: Matthew <22198949+MafewTM@users.noreply.github.com> Date: Thu, 16 Nov 2023 03:58:06 -0500 Subject: [PATCH] fix: import modules --- fxmanifest.lua | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 6e1435c..3c51708 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -2,20 +2,17 @@ fx_version 'cerulean' game 'gta5' description 'items to help players breathe and move underwater' +repository 'https://github.com/Qbox-project/qbx_divegear' version '0.0.0' shared_scripts { '@ox_lib/init.lua', - '@qbx_core/import.lua', + '@qbx_core/modules/utils.lua', '@qbx_core/shared/locale.lua', 'locales/en.lua', 'locales/*.lua', } -modules { - 'qbx_core:utils', -} - server_script 'server/main.lua' client_script 'client/main.lua'