Fix
This commit is contained in:
parent
907dfb569c
commit
a63a25e5eb
@ -72,7 +72,7 @@ local function greedy_move(x, z, o)
|
||||
if x ~= T.state.x then
|
||||
if x > T.state.x then
|
||||
T.rotateTowards("+x")
|
||||
else:
|
||||
else
|
||||
T.rotateTowards("-x")
|
||||
end
|
||||
for _ = 1, math.abs(x - T.state.x) do
|
||||
|
Loading…
Reference in New Issue
Block a user