Attempt at fixing move to.
This commit is contained in:
parent
68d94036cc
commit
157f340e6c
@ -381,9 +381,11 @@ local function moveTo(dest, relative)
|
||||
if relative then
|
||||
forward = relHeading
|
||||
right = relRightAxis
|
||||
pos = relativePos
|
||||
else
|
||||
forward = heading
|
||||
right = rightAxis
|
||||
pos = position
|
||||
end
|
||||
|
||||
dest = dest:round()
|
||||
|
Loading…
x
Reference in New Issue
Block a user