Skip to content

Commit

Permalink
Fix debug text
Browse files Browse the repository at this point in the history
  • Loading branch information
schwiti6190 committed Feb 8, 2025
1 parent 5f198f9 commit 48fc42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ai/controllers/BaleLoaderController.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function BaleLoaderController:getDriveData()
maxSpeed = 1
end
if self:isGrabbingBale() then
self:debugSparse("Slowing down as another bale was found on the way.")
self:debugSparse("Slowing down down during the bale grabbing.")
maxSpeed = 2
end
return nil, nil, nil, maxSpeed
Expand Down

0 comments on commit 48fc42e

Please sign in to comment.