stuff
This commit is contained in:
parent
d3abee5616
commit
5b7f965630
|
@ -1267,7 +1267,7 @@
|
|||
if (!BDFDB.ObjectUtils.is(module.BDFDBpatch[methodName][type][patchPriority])) module.BDFDBpatch[methodName][type][patchPriority] = {};
|
||||
module.BDFDBpatch[methodName][type][patchPriority][pluginId] = (...args) => {
|
||||
if (config.once) cancel();
|
||||
patchMethods[type](...args);
|
||||
return patchMethods[type](...args);
|
||||
};
|
||||
module.BDFDBpatch[methodName][type][patchPriority][pluginId].pluginName = pluginName;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue