Fix experiments

This commit is contained in:
Vendicated 2022-12-15 17:52:54 +01:00
parent f6122a00ca
commit c257f86576
No known key found for this signature in database
GPG Key ID: A1DC0CFB5615D905
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ export default definePlugin({
}, {
find: 'type:"user",revision',
replacement: {
match: /(\w)\|\|"CONNECTION_OPEN".+?;/g,
match: /!(\w{1,3})&&"CONNECTION_OPEN".+?;/g,
replace: "$1=!0;"
},
}, {