From f2193cd920503ee91d3fca618cd1519f69400840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5BMEF=5D=20=D0=BC=D0=B5=D1=85=D1=80=D0=BE=D0=B1?= <124378025+happy1063@users.noreply.github.com> Date: Tue, 26 Nov 2024 06:45:55 +0300 Subject: [PATCH] Update auto-heal.txt --- auto-heal.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-heal.txt b/auto-heal.txt index f45968b..107fc10 100644 --- a/auto-heal.txt +++ b/auto-heal.txt @@ -9,7 +9,7 @@ hook.add("PlayerHurt","",function(ply) if ply == owner() then timer.remove("on") canHeal = 0 - timer.create("on",5,0,function() + timer.create("on",5.2,0,function() canHeal = 1 end) end