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:
Robin Gareus 2020-02-28 04:34:54 +01:00
parent 1af5f37e46
commit bf3a36a126
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -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