diff --git a/hh_aidoc[QB]/client.lua b/hh_aidoc[QB]/client.lua index 43c4cd0..1430225 100644 --- a/hh_aidoc[QB]/client.lua +++ b/hh_aidoc[QB]/client.lua @@ -2,6 +2,7 @@ local Active = false local test = nil local test1 = nil local spam = true +local QBCore = exports['qb-core']:GetCoreObject() diff --git a/hh_aidoc[QB]/fxmanifest.lua b/hh_aidoc[QB]/fxmanifest.lua index 7e9e3aa..acf16a3 100644 --- a/hh_aidoc[QB]/fxmanifest.lua +++ b/hh_aidoc[QB]/fxmanifest.lua @@ -16,6 +16,5 @@ server_scripts { } shared_scripts { - '@qb-core/import.lua', 'config.lua' }