Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason committed Sep 25, 2024
1 parent c5eef3f commit 79def96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ local EntityType = {
}

RegisterNetEvent('qb-vehiclekeys:server:AcquireVehicleKeys', function(netId)
giveKeys(source, NetToVeh(netId))
giveKeys(source, NetworkGetEntityFromNetworkId(netId))
end)

RegisterNetEvent('qb-vehiclekeys:server:breakLockpick', function(itemName)
Expand Down

0 comments on commit 79def96

Please sign in to comment.