Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason committed May 5, 2024
1 parent 03dba1a commit 7d0e5e1
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 @@ -130,7 +130,7 @@ end)
---@param gang string
lib.callback.register('qbx_garages:server:parkVehicle', function(source, netId, props, garage, type, gang)
local vehicle = NetworkGetEntityFromNetworkId(netId)
local owned = isParkable(source, props.plate, type, garage, gan, vehicle) --Check ownership
local owned = isParkable(source, type, garage, gang, vehicle) --Check ownership
if not owned then
exports.qbx_core:Notify(source, Lang:t('error.not_owned'), 'error')
return
Expand Down

0 comments on commit 7d0e5e1

Please sign in to comment.