Skip to content

Commit

Permalink
Add missing z
Browse files Browse the repository at this point in the history
  • Loading branch information
Giana committed Mar 3, 2023
1 parent ff0cda2 commit 1b91283
Showing 1 changed file with 1 addition 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

0 comments on commit 1b91283

Please sign in to comment.