stuff
This commit is contained in:
parent
3de4979323
commit
92075cc0f5
|
@ -11254,7 +11254,7 @@
|
|||
});
|
||||
BDFDB.ModuleUtils.patch(BDFDB, InternalComponents.LibraryComponents.GuildComponents.BlobMask.prototype, "componentWillUnmount", {
|
||||
after: e => {
|
||||
for (let type of newBadges) if (e.thisObject.state[`${type}Mask`]) e.thisObject.state[`${type}Mask`].destroy();
|
||||
for (let type of newBadges) if (e.thisObject.state[`${type}Mask`]) e.thisObject.state[`${type}Mask`].dispose();
|
||||
}
|
||||
});
|
||||
BDFDB.ModuleUtils.patch(BDFDB, InternalComponents.LibraryComponents.GuildComponents.BlobMask.prototype, "componentDidUpdate", {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue