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
|
if string.match(data.name, notPattern) then
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
breakf()
|
return breakf()
|
||||||
end
|
end
|
||||||
|
|
||||||
local function locatePosition()
|
local function locatePosition()
|
||||||
|
Loading…
Reference in New Issue
Block a user