Skip to content

Commit

Permalink
Merge pull request #869 from bitpredator/dev
Browse files Browse the repository at this point in the history
fix: reduced the z axis to avoid vehicles spawning in the air
  • Loading branch information
bitpredator authored Oct 29, 2024
2 parents 248f4fc + 0a95697 commit 7ce9d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server-data/resources/[esx_addons]/esx_garage/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Config.Garages = {
SpawnPoint = {
x = -309.3,
y = -897.0,
z = 31.0,
z = 30.0,
heading = 351.8,
},
Sprite = 357,
Expand Down

0 comments on commit 7ce9d93

Please sign in to comment.