Update 0BDFDB.plugin.js
This commit is contained in:
parent
240f8a0690
commit
ef21eb5dc0
|
@ -1379,7 +1379,7 @@ module.exports = (_ => {
|
|||
let amount = stringified.split(":\"").length - 1;
|
||||
return (!config.length || (config.smaller ? amount < config.length : amount == config.length)) && [props].flat(10).every(string => stringified.indexOf(`${string}:`) > -1) && m;
|
||||
}, {onlySearchUnloaded: true, all: config.all, defaultExport: config.defaultExport});
|
||||
if (!config.all && secondReturn) return secondReturn;
|
||||
if (!config.all) return secondReturn;
|
||||
return BDFDB.ArrayUtils.removeCopies([firstReturn].concat(secondReturn).flat(10));
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue