Skip to content

Commit

Permalink
Slightly longer debris timer
Browse files Browse the repository at this point in the history
  • Loading branch information
thecraftianman committed Sep 4, 2024
1 parent 7cfe88f commit c8a1827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/acf/damage/debris_cl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ net.Receive("ACF_Debris", function()
local CanGib = net.ReadBool()
local Ignite = net.ReadBool()

timer.Simple(0, function()
timer.Simple(0.01, function()
local EntInfo = EntData[EntID]
local NewColor = EntInfo.Color:ToVector() * math.Rand(0.3, 0.6)

Expand Down

0 comments on commit c8a1827

Please sign in to comment.