Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
6.01.00146 Restart combine after unload fixed #3379
Browse files Browse the repository at this point in the history
  • Loading branch information
pvaiko committed Mar 24, 2019
1 parent eb109da commit 0ac6507
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions AIDriver.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1153,6 +1153,9 @@ function AIDriver:startEngineIfNeeded()
if self.vehicle.spec_motorized and not self.vehicle.spec_motorized.isMotorStarted then
self.vehicle:startMotor()
end
-- reset motor auto stop timer when someone starts the engine so we won't stop it for while just because
-- our speed is 0 (for example while waiting for the implements to lower)
self.lastMovingTime = self.vehicle.timer
end

--- Check the engine state and stop if we have the fuel save option and been stopped too long
Expand Down
2 changes: 1 addition & 1 deletion modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="40">
<version>6.01.00145</version>
<version>6.01.00146</version>
<author><![CDATA[Courseplay.devTeam]]></author>
<title>
<br>CoursePlay SIX</br>
Expand Down

0 comments on commit 0ac6507

Please sign in to comment.