popycasta fail. Related to #11.

master
Icedream 2013-12-27 16:32:55 +01:00
parent fc671ec6b6
commit fba811e125
1 changed files with 2 additions and 2 deletions

View File

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