Skip to content

Commit

Permalink
fix(client/shops): pass distance to targets
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Sep 1, 2024
1 parent 9127e81 commit d4049b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/shops/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ local function refreshShops()
client.openInventory('shop', { id = i, type = type })
end,
iconColor = target.iconColor,
distance = target.distance
}
}),
blip = blip and createBlip(blip, target.coords)
Expand Down

0 comments on commit d4049b0

Please sign in to comment.