From e162bd4c6e62d31528c896a01ccdff20e987c68a Mon Sep 17 00:00:00 2001 From: KemGus Date: Thu, 21 Sep 2023 04:18:06 +0300 Subject: [PATCH] curve a --- lua/autorun/acf_globals.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/autorun/acf_globals.lua b/lua/autorun/acf_globals.lua index 727fa087..3d6b8150 100644 --- a/lua/autorun/acf_globals.lua +++ b/lua/autorun/acf_globals.lua @@ -482,7 +482,7 @@ if CLIENT then ACF.Wind = Vector(net.ReadFloat(), net.ReadFloat(), 0) end) else - local curveFactor = 2 + local curveFactor = 2.5 local reset_timer = 60 timer.Create("ACE_Wind", reset_timer, 0, function()