AccountPanelServerProfile: Fix plugin not working

This commit is contained in:
Nuckyz 2025-05-14 17:24:34 -03:00
parent c1f19d5288
commit cb8e8bd407
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
2 changed files with 3 additions and 3 deletions

View file

@ -72,7 +72,7 @@ export default definePlugin({
group: true,
replacement: [
{
match: /let{speaking:\i/,
match: /let{ref:\i,speaking:\i/,
replace: "$self.useAccountPanelRef();$&"
},
{