diff --git a/client/fire.lua b/client/fire.lua index 0fd9878..b2456ac 100644 --- a/client/fire.lua +++ b/client/fire.lua @@ -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