fix
This commit is contained in:
parent
86d59b5645
commit
a2b2cda834
|
@ -1000,7 +1000,7 @@ var BDFDB = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else BDFDB.TimeUtils.suppress(data.callOriginalMethod, `originalMethod of ${modulefunction} in ${module.constructor ? module.constructor.displayName || module.constructor.name : "module"}`, pluginname)();
|
else BDFDB.TimeUtils.suppress(data.callOriginalMethod, `originalMethod of ${modulefunction} in ${module.constructor ? module.constructor.displayName || module.constructor.name : "module"}`, pluginname)();
|
||||||
return data.returnValue;
|
return modulefunction == "render" && data.returnValue === undefined ? null : data.returnValue;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
for (let type of WebModulesData.Patchtypes) if (typeof patchfunctions[type] == "function") module.BDFDBpatch[modulefunction][type][pluginid] = patchfunctions[type];
|
for (let type of WebModulesData.Patchtypes) if (typeof patchfunctions[type] == "function") module.BDFDBpatch[modulefunction][type][pluginid] = patchfunctions[type];
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue