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

Commit

Permalink
6.02.00059 Fixes #6078
Browse files Browse the repository at this point in the history
  • Loading branch information
pvaiko committed Sep 15, 2020
1 parent 8cc3f22 commit 6ec1848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CombineUnloadAIDriver.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1860,7 +1860,7 @@ function CombineUnloadAIDriver:startChopperTurn(ix)
self:setNewOnFieldState(self.states.HANDLE_CHOPPER_HEADLAND_TURN)
else
self.turnContext = TurnContext(self.followCourse, ix, self.aiDriverData,
self.combineToUnload.cp.workWidth, self.frontMarkerDistance, 0)
self.combineToUnload.cp.workWidth, self.frontMarkerDistance, 0, 0)
local finishingRowCourse = self.turnContext:createFinishingRowCourse(self.vehicle)
self:startCourse(finishingRowCourse, 1)
self:setNewOnFieldState(self.states.HANDLE_CHOPPER_180_TURN)
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="47">
<version>6.02.00058</version>
<version>6.02.00059</version>
<author><![CDATA[Courseplay.devTeam]]></author>
<title><!-- en=English de=German fr=French es=Spanish ru=Russian pl=Polish it=Italian br=Brazilian-Portuguese cs=Chinese(Simplified) ct=Chinese(Traditional) cz=Czech nl=Netherlands hu=Hungary jp=Japanese kr=Korean pt=Portuguese ro=Romanian tr=Turkish -->
<en>CoursePlay SIX</en>
Expand Down

0 comments on commit 6ec1848

Please sign in to comment.