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

Commit

Permalink
6.03.00047 Bale collector/pathfinder fixes
Browse files Browse the repository at this point in the history
- Bale collector fix for #6916: Check if object has an isa() function, no idea why
this is a problem with missions only.
- No off-field penalty if mission work is allowed #6917
- Turn radius fix for #6907:   Only call AIVehicleUtil.getMaxToolRadius() if
the implement has AIImplement specialization. No idea why this suddenly
a problem, we have been calling this for more than a year now...
  • Loading branch information
pvaiko committed Feb 27, 2021
1 parent 3068bd9 commit c5f047e
Showing 1 changed file with 1 addition and 1 deletion.
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.03.00046</version>
<version>6.03.00047</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 c5f047e

Please sign in to comment.