From c997faf005514bc557b1e43f1f9b385a144c5751 Mon Sep 17 00:00:00 2001 From: LDDestroier Date: Wed, 24 Apr 2019 22:53:31 -0400 Subject: [PATCH] Update cubedig.lua --- cubedig.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubedig.lua b/cubedig.lua index 74001b4..f436d68 100644 --- a/cubedig.lua +++ b/cubedig.lua @@ -73,14 +73,14 @@ local turn = function(dir, doDig, left, check, right) if dir then move( "right" ) if doDig then - UDig( left, check, right ) + UDdig( left, check, right ) move( "forward" ) end move( "right" ) else move( "left" ) if doDig then - UDig( left, check, right ) + UDdig( left, check, right ) move( "forward" ) end move( "left" )