Equibop has addpatch

This commit is contained in:
thororen1234 2025-03-30 10:55:31 -04:00
parent 2f0260c9bb
commit 68d813b56e
No known key found for this signature in database

View file

@ -519,11 +519,6 @@ function patchFactory(moduleId: PropertyKey, originalFactory: AnyModuleFactory):
continue;
}
// TODO: remove once Vesktop has been updated to use addPatch
if (patch.plugin === "Vesktop") {
canonicalizeReplacement(replacement, "VCDP");
}
const lastCode = code;
const lastFactory = originalFactory;