Skip to content

Commit

Permalink
Another reverse driving typo fixed
Browse files Browse the repository at this point in the history
fixes #39
  • Loading branch information
pvaiko committed Dec 24, 2021
1 parent 49bd78a commit 3b653a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="62">
<version>7.0.0.2</version>
<version>7.0.0.3</version>
<author><![CDATA[Courseplay.devTeam]]></author>
<title>
<en>CoursePlay</en>
Expand Down
2 changes: 1 addition & 1 deletion scripts/ai/AIReverseDriver.lua
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ end

---@param implement table implement.object
function AIReverseDriver:setReversingProperties(implement)
if implement.reversingProperties.frontNode then return end
if implement.reversingProperties and implement.reversingProperties.frontNode then return end
self:debug('setReversingProperties for %s', CpUtil.getName(implement))

implement.reversingProperties = {}
Expand Down

0 comments on commit 3b653a7

Please sign in to comment.