mirror of
https://github.com/kepler155c/opus
synced 2025-11-12 05:23:01 +00:00
tweaks
This commit is contained in:
@@ -286,7 +286,7 @@ end)
|
||||
|
||||
local function isBlacklisted(b)
|
||||
if b and state.blacklist then
|
||||
for k, v in pairs(state.blacklist) do
|
||||
for _, v in pairs(state.blacklist) do
|
||||
if b.name:find(v) then
|
||||
return true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user