.
This commit is contained in:
parent
c6cd840a55
commit
59e57c1786
@ -315,6 +315,8 @@ local function checkPosition()
|
||||
pos = tutel.getPos()
|
||||
state = getState()
|
||||
|
||||
print("pos:" .. textutils.serialize(pos))
|
||||
|
||||
if not (pos["r"] == state["lastValidR"] and pos["x"] == state["lastValidX"] and pos["y"] == state["lastValidY"] and pos["z"] == state["lastValidZ"]) then
|
||||
--TODO go to last valid pos
|
||||
print("Tutel moving to where it should be")
|
||||
|
Loading…
Reference in New Issue
Block a user