Update auto-heal.txt
This commit is contained in:
parent
fb1dcba2e6
commit
f2193cd920
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ hook.add("PlayerHurt","",function(ply)
|
||||||
if ply == owner() then
|
if ply == owner() then
|
||||||
timer.remove("on")
|
timer.remove("on")
|
||||||
canHeal = 0
|
canHeal = 0
|
||||||
timer.create("on",5,0,function()
|
timer.create("on",5.2,0,function()
|
||||||
canHeal = 1
|
canHeal = 1
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue