This commit is contained in:
thororen1234 2024-08-17 23:49:35 -04:00
parent 2de05901a5
commit 2ae3b0606f
2 changed files with 2 additions and 5 deletions

View file

@ -355,7 +355,7 @@ function patchFactories(factories: Record<string, (module: any, exports: any, re
if (!patch.all) patches.splice(i--, 1);
}
if (IS_DEV && mod !== originalMod) {
if (mod !== originalMod) {
factory.$$vencordPatchedSource = String(mod);
}
}