Skip to content

Commit

Permalink
Small bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
schwiti6190 committed Dec 28, 2023
1 parent 60177ac commit 1230174
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 @@ -112,5 +112,5 @@ function BaleLoaderController:isBaleFinderMode()
--- and needs to stop when the full.
--- 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)
return self.driveStrategy:is_a(AIDriveStrategyFindBales)
end

0 comments on commit 1230174

Please sign in to comment.