From e8f017b15e25dc511975ff6dc2b6d98aef57ff3d Mon Sep 17 00:00:00 2001 From: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Date: Sun, 18 Aug 2024 00:30:43 -0300 Subject: [PATCH] bruh --- src/webpack/patchWebpack.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpack/patchWebpack.ts b/src/webpack/patchWebpack.ts index bb0a4e026..5f5174446 100644 --- a/src/webpack/patchWebpack.ts +++ b/src/webpack/patchWebpack.ts @@ -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;