Fix breath instantly filling when leaving func_noair.

This commit is contained in:
JetBoom 2014-11-16 04:54:11 -05:00
parent 1ad5554c16
commit e76f3779d8

View file

@ -39,7 +39,6 @@ end
function ENT:Leave(ent)
ent.NoAirBrush = nil
ent:RemoveStatus("drown", false, true)
end
function ENT:Touch(ent)