Update cubedig.lua

This commit is contained in:
LDDestroier 2019-04-24 22:53:31 -04:00 committed by GitHub
parent 3d4e9915fd
commit c997faf005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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