Revert "Fix RelationshipNotifier?"
Some checks are pending
Test / Test (push) Waiting to run

This reverts commit 02506b77dd.
This commit is contained in:
thororen1234 2025-06-18 22:18:45 -04:00
parent 0f3c4afc7e
commit bec0112bee
No known key found for this signature in database

View file

@ -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)||"
}
},
{