From 2b8b022a64ff4a2eab19afb1c1a7d13d8a9fd764 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Sat, 8 Feb 2025 20:47:28 -0500 Subject: [PATCH] Fix HideServers --- src/equicordplugins/hideServers/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/equicordplugins/hideServers/index.tsx b/src/equicordplugins/hideServers/index.tsx index 0f65930e..17fcd122 100644 --- a/src/equicordplugins/hideServers/index.tsx +++ b/src/equicordplugins/hideServers/index.tsx @@ -77,7 +77,7 @@ export default definePlugin({ find: '("guildsnav")', replacement: [ { - match: /(?<=#{intl::SERVERS}\),children:.*?)(\i)(\)?\.map\(\i\))/g, + match: /(?<=#{intl::SERVERS}\),children:)(\i)(\)?\.map\(\i\))/g, replace: "$self.useFilteredGuilds($1)$2", }, // despite my best efforts, the above doesnt trigger a rerender