Added proper boolean return to block breaking.
This commit is contained in:
parent
7d41840247
commit
a2987431b8
@ -146,7 +146,7 @@ local function attemptBreak(breakf, inspectf, notPattern)
|
||||
if string.match(data.name, notPattern) then
|
||||
return false
|
||||
end
|
||||
breakf()
|
||||
return breakf()
|
||||
end
|
||||
|
||||
local function locatePosition()
|
||||
|
Loading…
Reference in New Issue
Block a user