popycasta fail. Related to #11.
parent
fc671ec6b6
commit
fba811e125
|
@ -381,8 +381,8 @@ hook.Add("PlayerDeath", "Disguiser.ThirdPersonDeath", function(victim, inflictor
|
||||||
|
|
||||||
// Reset the victim's bounding box to solve the issue with getting stuck at spawn
|
// Reset the victim's bounding box to solve the issue with getting stuck at spawn
|
||||||
victim:ResetHull()
|
victim:ResetHull()
|
||||||
umsg.Start("resetHull", owner)
|
umsg.Start("resetHull", victim)
|
||||||
umsg.Entity(owner)
|
umsg.Entity(victim)
|
||||||
umsg.End()
|
umsg.End()
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in New Issue