cleanup
This commit is contained in:
parent
4d8c56689c
commit
8580332c82
|
@ -60,11 +60,7 @@ define(Function.prototype, "O", {
|
||||||
define(this, "O", { value: onChunksLoaded });
|
define(this, "O", { value: onChunksLoaded });
|
||||||
|
|
||||||
const { stack } = new Error();
|
const { stack } = new Error();
|
||||||
if (!stack?.includes("discord.com") && !stack?.includes("discordapp.com")) {
|
if (this.m == null || !(stack?.includes("discord.com") || stack?.includes("discordapp.com"))) {
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (this.m == null) {
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue