diff --git a/FillableFieldworkAIDriver.lua b/FillableFieldworkAIDriver.lua index c5fc26a60..986581272 100644 --- a/FillableFieldworkAIDriver.lua +++ b/FillableFieldworkAIDriver.lua @@ -93,7 +93,7 @@ function FillableFieldworkAIDriver:fillAtWaitPoint() local allowedToDrive = false courseplay:setInfoText(vehicle, string.format("COURSEPLAY_LOADING_AMOUNT;%d;%d",courseplay.utils:roundToLowerInterval(vehicle.cp.totalFillLevel, 100),vehicle.cp.totalCapacity)); self:setInfoText('WAIT_POINT') - + courseplay:openCloseCover(vehicle, not courseplay.SHOW_COVERS) --fillLevel changed in last loop-> start timer if self.prevFillLevelPct == nil or self.prevFillLevelPct ~= vehicle.cp.totalFillLevelPercent then self.prevFillLevelPct = vehicle.cp.totalFillLevelPercent @@ -106,6 +106,7 @@ function FillableFieldworkAIDriver:fillAtWaitPoint() self:continue() courseplay:resetCustomTimer(vehicle, "fillLevelChange",true); self.prevFillLevelPct = nil + courseplay:openCloseCover(vehicle, courseplay.SHOW_COVERS) end end return allowedToDrive diff --git a/modDesc.xml b/modDesc.xml index dc550a680..abe880f16 100644 --- a/modDesc.xml +++ b/modDesc.xml @@ -1,6 +1,6 @@ - 6.01.00148 + 6.01.00149 <br>CoursePlay SIX</br>