This commit is contained in:
Mirco Wittrien 2020-01-25 18:22:17 +01:00
parent 56f5531c7a
commit 0c8c24763b
2 changed files with 2 additions and 1 deletions

View File

@ -1147,6 +1147,7 @@
callInstead = false, stopCall = false;
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].isBDFDBpatched = true;
}

File diff suppressed because one or more lines are too long