mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 00:01:22 +00:00
Remove import
This commit is contained in:
@@ -5,7 +5,6 @@ description 'QB-Core'
|
||||
version '1.0.0'
|
||||
|
||||
shared_scripts {
|
||||
'import.lua',
|
||||
'config.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