Update auto-heal.txt

This commit is contained in:
[MEF] мехроб 2024-11-26 06:45:55 +03:00 committed by GitHub
parent fb1dcba2e6
commit f2193cd920
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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