summaryrefslogtreecommitdiff
path: root/cactus.lua
diff options
context:
space:
mode:
Diffstat (limited to 'cactus.lua')
-rw-r--r--cactus.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/cactus.lua b/cactus.lua
index 57b457e..52b5b14 100644
--- a/cactus.lua
+++ b/cactus.lua
@@ -106,7 +106,7 @@ local datum = vector.new(-18, 128, -1837)
moveto(datum)
turn_to_face(vector.new(0,0,1))
-local function check_column()
+local function do_column()
if turtle.detectDown() then
for i =1,4 do turtle.turnRight() end
end