Fix AccountPanelServerProfile

This commit is contained in:
thororen1234 2025-05-14 15:17:04 -04:00
parent 0fae2ee510
commit 6309961063
No known key found for this signature in database

View file

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