From c8a1827759d91e088a178934190ea2d0bbf3a604 Mon Sep 17 00:00:00 2001 From: thecraftianman <64441307+thecraftianman@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:47:41 -0400 Subject: [PATCH] Slightly longer debris timer --- lua/acf/damage/debris_cl.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/acf/damage/debris_cl.lua b/lua/acf/damage/debris_cl.lua index 62a2fb44..4002b0fb 100644 --- a/lua/acf/damage/debris_cl.lua +++ b/lua/acf/damage/debris_cl.lua @@ -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)