From c9fbbe6223531f3cc8faf2429e97ee473739d7e4 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Wed, 19 Mar 2025 21:33:03 -0400 Subject: [PATCH] Fix AlwaysAnimate Patch --- src/plugins/alwaysAnimate/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/alwaysAnimate/index.ts b/src/plugins/alwaysAnimate/index.ts index fe2abd2e..c829cc68 100644 --- a/src/plugins/alwaysAnimate/index.ts +++ b/src/plugins/alwaysAnimate/index.ts @@ -52,7 +52,7 @@ export default definePlugin({ find: ".animatedBannerHoverLayer,onMouseEnter:", replacement: { match: /(?<=guildBanner:\i,animate:)\i(?=,isRefreshEnabled:)/, - replace: "animate:!0" + replace: "!0" } } ]