Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

Commit 8e45cf9

Browse files
committed
Console print removal
1 parent 476f95c commit 8e45cf9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

client/fire.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ Citizen.CreateThread(
169169
for flameIndex, coords in pairs(Fire.active[fireIndex].flameCoords) do
170170
Citizen.Wait(10)
171171

172-
print(type(coords))
173-
174172
if Fire.active[fireIndex] and Fire.active[fireIndex].flameCoords[flameIndex] and not Fire.active[fireIndex].particles[flameIndex] and #(coords - pedCoords) < 300.0 then
175173
local z = coords.z
176174

0 commit comments

Comments
 (0)