Remove import

This commit is contained in:
Kakarot
2021-11-10 00:46:51 -06:00
parent 7f4b3ecd9f
commit 62d3901d2b
2 changed files with 0 additions and 12 deletions
-1
View File
@@ -5,7 +5,6 @@ description 'QB-Core'
version '1.0.0'
shared_scripts {
'import.lua',
'config.lua',
'shared.lua'
}
-11
View File
@@ -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()