Skip to content

Commit

Permalink
Merge pull request #5 from Giana/bug-fix/missing-z
Browse files Browse the repository at this point in the history
Bug fix/missing z
  • Loading branch information
Giana committed Mar 3, 2023
2 parents 7dca7e2 + 6c269ea commit 4c77679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/target.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ for k, v in pairs(Config.SellLocations) do
heading = 0,
debugPoly = false,
minZ = Config.SellLocations[k].coords.z - 1,
maxZ = Config.SellLocations[k].coords + 1,
maxZ = Config.SellLocations[k].coords.z + 1,
}, {
options = {
{
Expand Down
1 change: 1 addition & 0 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ game 'gta5'

author 'Giana - github.com/Giana'
description 'g-drugselling'
version '1.0.0'

shared_scripts {
'@qb-core/shared/locale.lua',
Expand Down

0 comments on commit 4c77679

Please sign in to comment.