From a9ae5bccd4420de920a183bf6f85abdbf28c169c Mon Sep 17 00:00:00 2001 From: toasterpanic Date: Fri, 5 Jun 2026 12:47:00 -0400 Subject: [PATCH] Oh god the unfaking animation is broken again --- lua/entities/npc_ragdoll_unfaker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/entities/npc_ragdoll_unfaker.lua b/lua/entities/npc_ragdoll_unfaker.lua index 0a18d7f..f7df565 100644 --- a/lua/entities/npc_ragdoll_unfaker.lua +++ b/lua/entities/npc_ragdoll_unfaker.lua @@ -46,7 +46,7 @@ end function ENT:Think() if CLIENT then - hook.Add("physics") + --hook.Add("physics") local old_ragdoll = self:GetNWEntity("parent") local old_npc = self:GetNWEntity("parent_npc") if IsValid(old_ragdoll) and IsValid(old_npc) then