From 0f7e60b2086500bc608169065428e4d3c6aa7062 Mon Sep 17 00:00:00 2001 From: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Date: Wed, 1 May 2024 17:09:30 -0300 Subject: [PATCH] ResurrectHome: Fix patch --- src/plugins/resurrectHome/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/resurrectHome/index.tsx b/src/plugins/resurrectHome/index.tsx index 98062912..2042ed9c 100644 --- a/src/plugins/resurrectHome/index.tsx +++ b/src/plugins/resurrectHome/index.tsx @@ -91,7 +91,7 @@ const settings = definePluginSettings({ export default definePlugin({ name: "ResurrectHome", - description: "Re-enables the Server Home tab when there isn't a Server Guide. Also has an option to force the Server Home over the Server Guide, which is accessible through right-clicking the Server Guide.", + description: "Re-enables the Server Home tab when there isn't a Server Guide. Also has an option to force the Server Home over the Server Guide, which is accessible through right-clicking a server.", authors: [Devs.Dolfies, Devs.Nuckyz], settings, @@ -151,7 +151,7 @@ export default definePlugin({ find: "487e85_1", replacement: { match: /(?<=text:(\i)\?\i\.\i\.Messages\.SERVER_GUIDE:\i\.\i\.Messages\.GUILD_HOME,)/, - replace: "badge:$self.ViewServerHomeButton({serverGuide:$1})," + replace: "trailing:$self.ViewServerHomeButton({serverGuide:$1})," } }, // Disable view Server Home override when the Server Home is unmouted