mirror of
https://github.com/Winded/RagdollMover.git
synced 2025-03-04 03:13:36 -05:00
Fixed issue with deleting prop ragdoll not clearing prop's IKs, which resulted in some issues
This commit is contained in:
parent
50435e2f7e
commit
a71db6fd56
@ -25,6 +25,7 @@ local function ClearPropRagdoll(ent)
|
||||
ent.rgmPRenttoid = nil
|
||||
ent.rgmPRparent = nil
|
||||
ent.rgmPRoffset = nil
|
||||
ent.rgmIKChains = nil
|
||||
if ent.rgmOldPostEntityPaste then
|
||||
ent.PostEntityPaste = ent.rgmOldPostEntityPaste
|
||||
ent.rgmOldPostEntityPaste = nil
|
||||
|
Loading…
Reference in New Issue
Block a user