Oh god the unfaking animation is broken again
This commit is contained in:
parent
3790041d17
commit
a9ae5bccd4
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ end
|
||||||
function ENT:Think()
|
function ENT:Think()
|
||||||
if CLIENT then
|
if CLIENT then
|
||||||
|
|
||||||
hook.Add("physics")
|
--hook.Add("physics")
|
||||||
local old_ragdoll = self:GetNWEntity("parent")
|
local old_ragdoll = self:GetNWEntity("parent")
|
||||||
local old_npc = self:GetNWEntity("parent_npc")
|
local old_npc = self:GetNWEntity("parent_npc")
|
||||||
if IsValid(old_ragdoll) and IsValid(old_npc) then
|
if IsValid(old_ragdoll) and IsValid(old_npc) then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue