Fix script to bypass all plugins
deactivate() hard bypassed all plugins, this made plugins with a dedicated en/disable soft-bypass option inaccessible.
This commit is contained in:
parent
1af5f37e46
commit
bf3a36a126
@ -15,7 +15,7 @@ function factory () return function ()
|
||||
if proc:isnil () then
|
||||
break
|
||||
end
|
||||
proc:to_insert():deactivate()
|
||||
proc:to_insert():enable (false)
|
||||
i = i + 1
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user