Fix more patches

This commit is contained in:
Nuckyz 2024-03-28 10:30:29 -03:00
parent 74c38146d5
commit 762684a138
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
6 changed files with 9 additions and 9 deletions

View file

@ -61,8 +61,8 @@ export default definePlugin({
},
// Remove NEW label from decor avatar decorations
{
match: /(?<=\.Section\.PREMIUM_PURCHASE&&\i;if\()(?<=avatarDecoration:(\i).+?)/,
replace: "$1.skuId===$self.SKU_ID||"
match: /(?<=\.Section\.PREMIUM_PURCHASE&&\i)(?<=avatarDecoration:(\i).+?)/,
replace: "||$1.skuId===$self.SKU_ID"
}
]
},