stuff
This commit is contained in:
parent
56f5531c7a
commit
0c8c24763b
|
@ -1147,6 +1147,7 @@
|
||||||
callInstead = false, stopCall = false;
|
callInstead = false, stopCall = false;
|
||||||
return modulefunction == "render" && data.returnValue === undefined ? null : data.returnValue;
|
return modulefunction == "render" && data.returnValue === undefined ? null : data.returnValue;
|
||||||
};
|
};
|
||||||
|
for (let key of Object.keys(originalfunction)) module[modulefunction][key] = originalfunction[key];
|
||||||
module[modulefunction].originalsource = originalfunction;
|
module[modulefunction].originalsource = originalfunction;
|
||||||
module[modulefunction].isBDFDBpatched = true;
|
module[modulefunction].isBDFDBpatched = true;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue