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