From 18045fa5f4873175311f26463b0a356e4e245e44 Mon Sep 17 00:00:00 2001 From: nin0 Date: Sun, 29 Sep 2024 09:15:23 -0400 Subject: [PATCH] Update index.tsx --- index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.tsx b/index.tsx index 4ea9782..b95d1b5 100644 --- a/index.tsx +++ b/index.tsx @@ -108,9 +108,9 @@ export default definePlugin({ authors: [Devs.Nyako, Devs.nin0dev], patches: [ { - find: '="LocalActivityStore",', + find: '"LocalActivityStore"', replacement: { - match: /LOCAL_ACTIVITY_UPDATE:function\((\i)\)\{/, + match: /\i\((\i)\)\{.{0,50}activity.{0,10}=\i;/, replace: "$&$self.patchActivity($1.activity);", } }