This commit is contained in:
Kai Vogelgesang 2020-07-08 05:47:45 +02:00
parent 907dfb569c
commit a63a25e5eb

View File

@ -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