Equibop has addpatch

This commit is contained in:
thororen1234 2025-03-30 10:55:31 -04:00
parent f86f6eefa6
commit 54f5b58325
No known key found for this signature in database

View file

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