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 31, 2024
1 parent 010280a commit 181e1fc
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 181e1fc

Please sign in to comment.