We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f150c8d commit 0cedc6bCopy full SHA for 0cedc6b
1 file changed
Deltinteger/Deltinteger/Pathfinder/PathfinderRules.cs
@@ -151,8 +151,8 @@ private Rule GetStopRule()
151
)
152
};
153
stop.Actions = ArrayBuilder<Element>.Build(
154
- Element.Part<A_StopFacing>(new V_EventPlayer()),
155
Element.Part<A_StopThrottleInDirection>(new V_EventPlayer())
+ // Element.Part<A_StopFacing>(new V_EventPlayer()),
156
);
157
return stop;
158
}
0 commit comments