diff --git a/fxmanifest.lua b/fxmanifest.lua index a8930d8..5b6f8b1 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -5,7 +5,6 @@ description 'QB-Core' version '1.0.0' shared_scripts { - 'import.lua', 'config.lua', 'shared.lua' } diff --git a/import.lua b/import.lua deleted file mode 100644 index 6f15706..0000000 --- a/import.lua +++ /dev/null @@ -1,11 +0,0 @@ --- This might eventually be deprecated for the export system - -if GetCurrentResourceName() == 'qb-core' then - function GetSharedObject() - return QBCore - end - - exports('GetSharedObject', GetSharedObject) -end - -QBCore = exports['qb-core']:GetSharedObject() \ No newline at end of file