Merge branch 'dev' into openMoreConnections

This commit is contained in:
Cooper 2024-07-04 16:01:19 -05:00 committed by GitHub
commit 1fbfed635d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,8 +15,8 @@ export default definePlugin({
{ {
find: ".Messages.VIEW_ALL_ROLES", find: ".Messages.VIEW_ALL_ROLES",
replacement: { replacement: {
match: /return null!=\i(?=\?\i\.slice)/, match: /(\i)\.slice\(0,\i\)/,
replace: "return false" replace: "$1"
} }
} }
] ]