diff --git a/mineleader.lua b/mineleader.lua index bb28f1b..aa2ad4b 100644 --- a/mineleader.lua +++ b/mineleader.lua @@ -140,7 +140,7 @@ end local function attemptBreak(breakf, inspectf, notPattern) local exists, data = inspectf() if not exists then - return false + return true end print("Block found: " .. data.name) if string.match(data.name, notPattern) then