mirror of
https://github.com/Winded/RagdollMover.git
synced 2025-03-04 03:13:36 -05:00
Fixed default value in ik chains being an invalid value
This commit is contained in:
parent
308f821628
commit
b7912f7ad6
@ -4,7 +4,7 @@ TOOL.Category = "Poser"
|
||||
TOOL.Command = nil
|
||||
TOOL.ConfigName = ""
|
||||
|
||||
TOOL.ClientConVar["type"] = "Left Leg"
|
||||
TOOL.ClientConVar["type"] = 1
|
||||
|
||||
local ikchains_iktypes = {
|
||||
"Left Leg",
|
||||
|
Loading…
Reference in New Issue
Block a user