Fix experiments

This commit is contained in:
Vendicated
2022-12-15 17:52:54 +01:00
parent f6122a00ca
commit c257f86576

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