From 559672592b03eb3249a114ea36bd3d4ea6e6058a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9tro?= <yann.roberge@polymtl.ca>
Date: Mon, 9 Nov 2020 23:03:36 -0500
Subject: [PATCH] =?UTF-8?q?Tentative=20de=20hotfix:=20dig=20retournait=20'?=
 =?UTF-8?q?true'=20quand=20en=20face=20d'un=20bloc=20diff=C3=A9rent=20mais?=
 =?UTF-8?q?=20cassable=20avec=20l'outil=20en=20main?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 rsiTurtle.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rsiTurtle.lua b/rsiTurtle.lua
index a4f28eb..b49158e 100644
--- a/rsiTurtle.lua
+++ b/rsiTurtle.lua
@@ -623,7 +623,7 @@ end
 -- \return bool Succès
 function RSI_Turtle:dig(blockIdRegex, side)
     --TODO: Tester
-    local success
+    local success = false
 
     if blockIdRegex == nil
     then
-- 
GitLab