Skip to content

Commit

Permalink
fix: target not checking for job
Browse files Browse the repository at this point in the history
  • Loading branch information
TonybynMp4 authored Mar 30, 2024
1 parent fb18e88 commit 4c25982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ local function createVehicleTarget(shopName, entity, targetVehicle)
icon = 'fas fa-car',
label = locale('general.vehinteraction'),
distance = shop.zone.targetDistance,
groups = shop.job,
onSelect = function()
openVehicleSellMenu(targetVehicle)
end
Expand Down

0 comments on commit 4c25982

Please sign in to comment.