Skip to content

Commit 0cedc6b

Browse files
committed
Removed StopFacing action from Pathfind Stop.
1 parent f150c8d commit 0cedc6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Deltinteger/Deltinteger/Pathfinder/PathfinderRules.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ private Rule GetStopRule()
151151
)
152152
};
153153
stop.Actions = ArrayBuilder<Element>.Build(
154-
Element.Part<A_StopFacing>(new V_EventPlayer()),
155154
Element.Part<A_StopThrottleInDirection>(new V_EventPlayer())
155+
// Element.Part<A_StopFacing>(new V_EventPlayer()),
156156
);
157157
return stop;
158158
}

0 commit comments

Comments
 (0)