From bec0112bee0ed61840612e1f098847e30b3b2f6a Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Wed, 18 Jun 2025 22:18:45 -0400 Subject: [PATCH] Revert "Fix RelationshipNotifier?" This reverts commit 02506b77dd0a3dab1022620cc38e9a8b88d41469. --- src/plugins/relationshipNotifier/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/relationshipNotifier/index.ts b/src/plugins/relationshipNotifier/index.ts index 0e1aa077..d913dde4 100644 --- a/src/plugins/relationshipNotifier/index.ts +++ b/src/plugins/relationshipNotifier/index.ts @@ -34,7 +34,7 @@ export default definePlugin({ find: "removeRelationship:(", replacement: { match: /(removeRelationship:\((\i),\i,\i\)=>)/, - replace: "$1($self.removeFriend($2))||" + replace: "$1($self.removeFriend($2),0)||" } }, {