mirror of
https://github.com/Equicord/Equicord.git
synced 2025-05-11 18:05:37 +02:00
Equibop has addpatch
This commit is contained in:
parent
2f0260c9bb
commit
68d813b56e
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue