From d3ab1930aadad86743f83f3ddbc9d69e042d36e1 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Mon, 19 May 2025 16:29:11 -0400 Subject: [PATCH] Fix WallpaperFree --- src/equicordplugins/wallpaperFree/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/equicordplugins/wallpaperFree/index.tsx b/src/equicordplugins/wallpaperFree/index.tsx index f4409bde..a9d65c91 100644 --- a/src/equicordplugins/wallpaperFree/index.tsx +++ b/src/equicordplugins/wallpaperFree/index.tsx @@ -48,8 +48,8 @@ export default definePlugin({ replace: "$&vcWpFreeCustom||" }, { - match: /(\i=)(.{1,50}""\))/, - replace: "$1arguments[0].chatWallpaperState.vcWallpaperUrl||$2" + match: /(\i=).{0,25}\.asset\):null/, + replace: "$1arguments[0].chatWallpaperState.vcWallpaperUrl" }, { match: /(\i\.isViewable&&)(null!=\i)/,