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