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 7d5ea61 commit ff74149Copy full SHA for ff74149
1 file changed
scripts/ai/controllers/MotorController.lua
@@ -31,7 +31,6 @@ function MotorController:update()
31
self.vehicle:raiseAIEvent('onAIFieldWorkerContinue', 'onAIImplementContinue')
32
end
33
self.timerSet = false
34
- return
35
36
if self:isFuelSaveDisabled() or self.driveStrategy:getMaxSpeed() >
37
self.speedThreshold then
@@ -132,4 +131,4 @@ end
132
131
133
function MotorController:getIsStarted()
134
return self.vehicle:getMotorState() ~= MotorState.OFF
135
-end
+end
0 commit comments