We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff4c28 commit 366b9e0Copy full SHA for 366b9e0
Data/Base.rte/Scenes/Objects/Bunkers/BunkerSystems/Automovers/Controller/Controller.lua
@@ -1581,7 +1581,7 @@ automoverActorFunctions.centreActorToClosestNodeIfMovingInAppropriateDirection =
1581
local centeringSpeedAndDistance = self.movementAcceleration * 5;
1582
1583
for _, centeringAxis in pairs(centeringAxes) do
1584
- if actor.MovePathSize > 0 and directionConnectingArea == nil ~= nil then
+ if actor.MovePathSize > 0 and directionConnectingArea ~= nil then
1585
-- Collect all points ahead of us in the box to adjust to centre
1586
local positionsToFixUp = {};
1587
local stop = false;
0 commit comments