mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-09-04 17:23:31 +00:00
Remove import
This commit is contained in:
@@ -5,7 +5,6 @@ description 'QB-Core'
|
|||||||
version '1.0.0'
|
version '1.0.0'
|
||||||
|
|
||||||
shared_scripts {
|
shared_scripts {
|
||||||
'import.lua',
|
|
||||||
'config.lua',
|
'config.lua',
|
||||||
'shared.lua'
|
'shared.lua'
|
||||||
}
|
}
|
||||||
|
|||||||
-11
@@ -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()
|
|
||||||
Reference in New Issue
Block a user