bruh
This commit is contained in:
parent
22a81ab142
commit
e8f017b15e
|
@ -211,7 +211,7 @@ function defineModulesFactoryGetter(id: PropertyKey, factory: WrappedModuleFacto
|
||||||
factory.$$vencordOriginal = newFactory;
|
factory.$$vencordOriginal = newFactory;
|
||||||
|
|
||||||
if (factory.$$vencordPatchedSource != null) {
|
if (factory.$$vencordPatchedSource != null) {
|
||||||
newFactory.$$vencordPatchedSource = newFactory.$$vencordPatchedSource;
|
newFactory.$$vencordPatchedSource = factory.$$vencordPatchedSource;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
factory = newFactory;
|
factory = newFactory;
|
||||||
|
|
Loading…
Reference in a new issue