replaced "&&" with "and".
This commit is contained in:
parent
2e23715e48
commit
57b36d0941
@ -259,7 +259,7 @@ end
|
||||
|
||||
local function determineHeading()
|
||||
sendLog(HEADING, "Calculating heading.")
|
||||
if position == nil && locatePosition() then
|
||||
if position == nil and locatePosition() then
|
||||
sendLog(FAILED, "Unable to get current position.")
|
||||
return
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user