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

Commit

Permalink
Typo fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
pvaiko committed Mar 5, 2021
1 parent 802e234 commit 31d78e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BaleWrapperAIDriver.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function BaleWrapperAIDriver:start(startingPoint)
end

function BaleWrapperAIDriver:initializeBaleWrapper()
self.baleWrapper = AIDriverUtil.getAIImplementWithSpecialization(vehicle, BaleWrapper)
self.baleWrapper = AIDriverUtil.getAIImplementWithSpecialization(self.vehicle, BaleWrapper)

if not self.baler then
-- Bale wrappers which aren't balers have no AI markers as they have no pick up so add a function here
Expand Down

0 comments on commit 31d78e1

Please sign in to comment.