aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2022-12-15 17:52:54 +0100
committerVendicated <vendicated@riseup.net>2022-12-15 17:53:12 +0100
commitc257f86576395d372a8abd9057b5c8bb1533377a (patch)
treeb9949de53af5cc39c15c5d0c6b3bd41d83e43561
parentf6122a00ca9d5259ca8c97e88045ee9b9936ab70 (diff)
downloadVencord-c257f86576395d372a8abd9057b5c8bb1533377a.tar.gz
Vencord-c257f86576395d372a8abd9057b5c8bb1533377a.tar.bz2
Vencord-c257f86576395d372a8abd9057b5c8bb1533377a.zip
Fix experiments
-rw-r--r--src/plugins/experiments.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/experiments.tsx b/src/plugins/experiments.tsx
index 3019e64..a3125ae 100644
--- a/src/plugins/experiments.tsx
+++ b/src/plugins/experiments.tsx
@@ -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;"
},
}, {