Commit 71f7c749 authored by Vury Leo's avatar Vury Leo

lint

parent ab74de86
...@@ -4393,7 +4393,7 @@ function Fusion.MultiCondition(tc,patterns,allow_extras) ...@@ -4393,7 +4393,7 @@ function Fusion.MultiCondition(tc,patterns,allow_extras)
return function(e,g,gc,chkf,selected) return function(e,g,gc,chkf,selected)
if not g then return false end if not g then return false end
local locked=Fusion.LockedCodes local locked=Fusion.LockedCodes
for _, pat in ipairs(patterns) do for _,pat in ipairs(patterns) do
-- skip patterns that don't include all locked codes -- skip patterns that don't include all locked codes
local ok=true local ok=true
if locked then if locked then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment