Skip to content

Commit

Permalink
refactor: use lib over utils
Browse files Browse the repository at this point in the history
  • Loading branch information
D4isDAVID committed Jan 11, 2024
1 parent 1440ff8 commit 9de7454
Show file tree
Hide file tree
Showing 13 changed files with 598 additions and 114 deletions.
2 changes: 1 addition & 1 deletion bridge/qb/client/events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ end)

RegisterNetEvent('QBCore:Client:VehicleInfo', function(info)
local vehicle = NetworkGetEntityFromNetworkId(info.netId)
local plate = GetPlate(vehicle)
local plate = qbx.getVehiclePlate(vehicle)
local hasKeys = config.hasKeys()

local data = {
Expand Down
Loading

0 comments on commit 9de7454

Please sign in to comment.