Skip to content

Commit

Permalink
Attempt on bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
gimicze committed Apr 20, 2021
1 parent 2f53b19 commit a20898f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/fire.lua
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Citizen.CreateThread(

repeat
Wait(0)
ground, newZ = GetGroundZFor_3dCoord(coords.x, coords.y, z, 1)
ground, newZ = GetGroundZFor_3dCoord(coords.x, coords.y, z)
if not ground then
z = z + 0.1
end
Expand Down

0 comments on commit a20898f

Please sign in to comment.