This commit is contained in:
Mirco Wittrien 2019-11-26 12:31:57 +01:00
parent c631d0917d
commit b92e647e8d
2 changed files with 1 additions and 2 deletions

View File

@ -8976,7 +8976,6 @@ var BDFDB = {
});
BDFDB.ModuleUtils.patch(BDFDB, LibraryComponents.GuildComponents.BlobMask.prototype, "componentDidUpdate", {
after: e => {
console.log(e);
for (let type of newBadges) {
if (e.thisObject.props[type] != null && e.methodArguments[0][type] == null) {
e.thisObject.state[`${type}Mask`].update({

File diff suppressed because one or more lines are too long