mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-28 17:01:16 +00:00
Fixed the hasKeys Export to return the value true of HasKeys
This commit is contained in:
committed by
GitHub
parent
989868262c
commit
ba658d99a0
+1
-1
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user