remove unused variable

This commit is contained in:
Jim Shield
2024-02-08 18:38:11 +00:00
committed by GitHub
parent 4d1b2abd3d
commit 9ae034da77

View File

@@ -56,7 +56,7 @@ else
end
-- Load Vehicles
if GetResourceState(QBXExport):find("start") or GetResourceState(QBExport):find("start") then vehResource = QBExport
if GetResourceState(QBXExport):find("start") or GetResourceState(QBExport):find("start") then
Core = Core or exports[QBExport]:GetCoreObject()
if GetResourceState(QBExport):find("start") and not GetResourceState(QBXExport):find("start") then
RegisterNetEvent('QBCore:Client:UpdateObject', function()