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
-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()