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