Removed some verbosity.

This commit is contained in:
Harrison Deng 2021-05-07 21:51:47 -05:00
parent cffa615d97
commit 6816c39415

View File

@ -142,7 +142,6 @@ local function attemptBreak(breakf, inspectf, notPattern)
if not exists then if not exists then
return true return true
end end
print("Block found: " .. data.name)
if string.match(data.name, notPattern) then if string.match(data.name, notPattern) then
return false return false
end end