Skip to content

Commit

Permalink
Update BaleLoaderController.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Tensuko authored Sep 16, 2023
1 parent 9265afd commit cb0807a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ai/controllers/BaleLoaderController.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function BaleLoaderController:update()
if not self:isBaleFinderMode() then
--- In the fieldwork mode the driver has to stop once full
--- The bale finder mode controls this in the strategy.
--- TODO: Breaks multiple trailers in fieldwork!
--- TODO: Breaks multiple trailers in fieldwork (on one tractor)!
self.vehicle:stopCurrentAIJob(AIMessageErrorIsFull.new())
end
end
Expand Down Expand Up @@ -116,4 +116,4 @@ function BaleLoaderController:isBaleFinderMode()
--- TODO: this is a more a hack and the fieldwork strategy
--- or another instance should handle the is full check
return self.driveStrategy:isa(AIDriveStrategyFindBales)
end
end

0 comments on commit cb0807a

Please sign in to comment.