Fixed the hasKeys Export to return the value true of HasKeys

This commit is contained in:
Christian J Bennett
2025-01-21 12:04:58 -06:00
committed by GitHub
parent 989868262c
commit ba658d99a0
+1 -1
View File
@@ -164,7 +164,7 @@ RegisterNetEvent('QBCore:Client:VehicleInfo', function(info)
local hasKeys = true
if GetResourceState('qb-vehiclekeys') == 'started' then
hasKeys = exports['qb-vehiclekeys']:HasKeys()
hasKeys = exports['qb-vehiclekeys']:HasKeys(plate)
end
local data = {