fix: import modules

This commit is contained in:
Matthew
2023-11-16 00:58:06 -08:00
committed by GitHub
parent cb1a23fb50
commit d4c5857316
+2 -5
View File
@@ -2,20 +2,17 @@ fx_version 'cerulean'
game 'gta5' game 'gta5'
description 'items to help players breathe and move underwater' description 'items to help players breathe and move underwater'
repository 'https://github.com/Qbox-project/qbx_divegear'
version '0.0.0' version '0.0.0'
shared_scripts { shared_scripts {
'@ox_lib/init.lua', '@ox_lib/init.lua',
'@qbx_core/import.lua', '@qbx_core/modules/utils.lua',
'@qbx_core/shared/locale.lua', '@qbx_core/shared/locale.lua',
'locales/en.lua', 'locales/en.lua',
'locales/*.lua', 'locales/*.lua',
} }
modules {
'qbx_core:utils',
}
server_script 'server/main.lua' server_script 'server/main.lua'
client_script 'client/main.lua' client_script 'client/main.lua'