Removed some verbosity.
This commit is contained in:
parent
cffa615d97
commit
6816c39415
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user