how many times
This commit is contained in:
parent
86f69e84c1
commit
d6b5bc58ce
|
@ -336,7 +336,7 @@ function patchFactory(id: PropertyKey, factory: ModuleFactory) {
|
|||
for (const moduleFactories of allModuleFactories) {
|
||||
Object.defineProperty(moduleFactories, id, {
|
||||
// @ts-ignore
|
||||
value: patchFactory.$$vencordOriginal,
|
||||
value: patchedFactory.$$vencordOriginal,
|
||||
configurable: true,
|
||||
enumerable: true,
|
||||
writable: true
|
||||
|
|
Loading…
Reference in a new issue