Skip to content
Snippets Groups Projects
Commit 55967259 authored by Yann Roberge's avatar Yann Roberge
Browse files

Tentative de hotfix: dig retournait 'true' quand en face d'un bloc différent...

Tentative de hotfix: dig retournait 'true' quand en face d'un bloc différent mais cassable avec l'outil en main
parent 10ed3e37
Branches master
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment