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

Courseplay for FS19 v6.03.00047

Compare
Choose a tag to compare
@pvaiko pvaiko released this 27 Feb 20:33

6.03.00047 Bale collector/pathfinder fixes

  • 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...