diff --git a/resources/[inventory]/omi-warehouse/fxmanifest.lua b/resources/[inventory]/omi-warehouse/fxmanifest.lua index bfbae7f28..4214cde18 100644 --- a/resources/[inventory]/omi-warehouse/fxmanifest.lua +++ b/resources/[inventory]/omi-warehouse/fxmanifest.lua @@ -23,19 +23,17 @@ shared_scripts { '@ox_lib/init.lua', } +dependencies { + 'qb-core', + 'qb-target', + 'oxmysql', + 'PolyZone', + 'ox_lib' +} + escrow_ignore { 'client/*.lua', 'server/*.lua', } -dependencies { - 'qb-core', - 'qb-target', - 'oxmysql' -} - - - - - -lua54 'yes' \ No newline at end of file +lua54 'yes'