mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Convert ModuleRestockLookAtConstrain into ModuleRestockConstraints
New module is extendable and modular, allowing constraints to be run in the expected order without relying on possibly undefined behavior
This commit is contained in:
@ -138,15 +138,15 @@ PART
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleRestockLookAtConstraint
|
||||
name = ModuleRestockConstraints
|
||||
|
||||
CONSTRAINLOOKFX
|
||||
LOOKATCONSTRAINT
|
||||
{
|
||||
rotatorsName = Suspension1
|
||||
targetName = Suspension2
|
||||
}
|
||||
|
||||
CONSTRAINLOOKFX
|
||||
LOOKATCONSTRAINT
|
||||
{
|
||||
rotatorsName = Suspension2
|
||||
targetName = Suspension1
|
||||
|
Reference in New Issue
Block a user