393
edits
No edit summary |
No edit summary Tag: Manual revert |
||
Line 41: | Line 41: | ||
if node.modifiers ~= nil then | if node.modifiers ~= nil then | ||
local mods = Modifiers.getMatchingModifiers(node.modifiers, modifierCriteria) | local mods = Modifiers.getMatchingModifiers(node.modifiers, modifierCriteria) | ||
return not Shared.tableIsEmpty(mods.matched) | |||
end | end | ||
return false | return false |
edits