Skip to content

Commit

Permalink
Console print removal
Browse files Browse the repository at this point in the history
  • Loading branch information
gimicze committed Dec 1, 2024
1 parent 476f95c commit 8e45cf9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/fire.lua
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ Citizen.CreateThread(
for flameIndex, coords in pairs(Fire.active[fireIndex].flameCoords) do
Citizen.Wait(10)

print(type(coords))

if Fire.active[fireIndex] and Fire.active[fireIndex].flameCoords[flameIndex] and not Fire.active[fireIndex].particles[flameIndex] and #(coords - pedCoords) < 300.0 then
local z = coords.z

Expand Down

0 comments on commit 8e45cf9

Please sign in to comment.